-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix shellcheck download in Makefile - Upgrade shellcheck from v0.7.0 to v0.7.1 and fix new lint errors - Upgrade shfmt from v3.0.0 to v3.2.4, no format changes introduced - Introduce a Github Actions workflow file with lint only for now - Fix g breaking on missing $TERM var in non-interactive systems - Add basic tests to the Github Actions workflow
- Loading branch information
1 parent
2f7b605
commit 81157e8
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ esac | |
# | ||
|
||
display_g_version() { | ||
echo "0.8.0" | ||
echo "0.8.1" | ||
} | ||
|
||
display_help() { | ||
|