We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd8200 commit cb1158dCopy full SHA for cb1158d
.github/workflows/static-analysis.yml
@@ -14,4 +14,4 @@ jobs:
14
- name: Run Shellcheck
15
run: |
16
shopt -s nullglob dotglob
17
- shellcheck ./**.sh
+ shellcheck commands/**.sh
0 commit comments