Skip to content

Commit 5469746

Browse files
committed
exam
1 parent cb1158d commit 5469746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- name: Run Shellcheck
1515
run: |
16-
shopt -s nullglob dotglob
17-
shellcheck commands/**.sh
16+
shopt -s nullglob dotglob globstar
17+
shellcheck **.sh

0 commit comments

Comments
 (0)