Skip to content

Commit bcd8200

Browse files
committed
exam
1 parent 8a299b6 commit bcd8200

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/static-analysis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- name: exam
15-
run: ls commands
1614
- name: Run Shellcheck
1715
run: |
1816
shopt -s nullglob dotglob
19-
shellcheck **.sh
17+
shellcheck ./**.sh

0 commit comments

Comments
 (0)