File tree
Expand file treeCollapse file tree1 file changed
+3
-4
lines changed Expand file treeCollapse file tree1 file changed
+3
-4
lines changed Original file line number | Diff line number | Diff line change |
---|
|
18 | 18 | - name: Install dependencies
|
19 | 19 | run: |
|
20 | 20 | sudo apt update && sudo apt install -y shellcheck
|
21 |
| -
|
22 |
| - - name: shellcheck |
23 |
| -run: | |
24 |
| -git grep -l '^#!\(/bin/\|/usr/bin/env \)\(sh\|bash\|dash\|ksh\)' | xargs shellcheck |
| 21 | + - name: shellcheck |
| 22 | +run: | |
| 23 | +git grep -l '^#\( *shellcheck \|!\(/bin/\|/usr/bin/env \)\(sh\|bash\|dash\|ksh\)\)' | xargs shellcheck |
You can’t perform that action at this time.
0 commit comments