Skip to content

Commit bcdfe3e

Browse files
committed
Bump shellcheck to 0.10.0
1 parent 7af7d15 commit bcdfe3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shellcheck-posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: shellcheck
2727
runs-on: ubuntu-latest
2828
env:
29-
SHELLCHECK_VERSION: '0.9.0'
29+
SHELLCHECK_VERSION: '0.10.0'
3030
# SC1091: Don't error about unfollowable files; https://www.shellcheck.net/wiki/SC1091
3131
# SC2009: Don't consider pgrep, not available everywhere; https://www.shellcheck.net/wiki/SC2009
3232
SHELLCHECK_OPTS: '-e SC1091 -e SC2009'

0 commit comments

Comments
 (0)