Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b33f61a

Browse files
yarikopticeffigies
authored andcommitted
regenerate action: was broken, and insufficient grepping for related files
1 parent 74b6d75 commit b33f61a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎.github/workflows/shellcheck.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /