Skip to content

Commit 27f9ba2

Browse files
committed
search recursively
1 parent 09b0094 commit 27f9ba2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/static-analysis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Run Shellcheck
15-
run: shellcheck *.sh
15+
run: |
16+
shopt -s nullglob dotglob
17+
shellcheck **.sh

0 commit comments

Comments
 (0)