We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b0094 commit 27f9ba2Copy full SHA for 27f9ba2
.github/workflows/static-analysis.yml
@@ -12,4 +12,6 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- name: Run Shellcheck
15
- run: shellcheck *.sh
+ run: |
16
+ shopt -s nullglob dotglob
17
+ shellcheck **.sh
0 commit comments