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