Skip to content

Commit

Permalink
actions: specify shellcheck in posix sh
Browse files Browse the repository at this point in the history
  • Loading branch information
89luca89 committed Dec 15, 2021
1 parent b048829 commit 175abb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# uses: luizm/action-sh-checker@7f44869033b40ee4ffe7dc76c87a1bc66e3d025a
uses: luizm/[email protected]
env:
SHELLCHECK_OPTS: -o all -Cnever -Sstyle -a -f gcc -x
SHELLCHECK_OPTS: -s sh -o all -Cnever -Sstyle -a -f gcc -x
SHFMT_OPTS: -s # arguments to shfmt.
with:
sh_checker_comment: false
Expand Down

0 comments on commit 175abb6

Please sign in to comment.