Skip to content

Commit

Permalink
Bump shellcheck to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Dec 16, 2024
1 parent 7af7d15 commit bcdfe3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck-posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: shellcheck
runs-on: ubuntu-latest
env:
SHELLCHECK_VERSION: '0.9.0'
SHELLCHECK_VERSION: '0.10.0'
# SC1091: Don't error about unfollowable files; https://www.shellcheck.net/wiki/SC1091
# SC2009: Don't consider pgrep, not available everywhere; https://www.shellcheck.net/wiki/SC2009
SHELLCHECK_OPTS: '-e SC1091 -e SC2009'
Expand Down

0 comments on commit bcdfe3e

Please sign in to comment.