We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb81f0 commit e5b99ebCopy full SHA for e5b99eb
.github/workflows/shellcheck.yml
@@ -6,6 +6,6 @@ jobs:
6
name: ShellCheck
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
10
- name: Run ShellCheck
11
run: find ./scripts -type f -name "*.sh" -exec shellcheck --enable require-double-brackets,require-variable-braces,avoid-nullary-conditions {} +
0 commit comments