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