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

Appearance settings

Commit c319835

Browse filesBrowse files
yarikopticeffigies
authored andcommitted
regenerate action: was broken, and insufficient grepping for related files
1 parent 39905e8 commit c319835
Copy full SHA for c319835

File tree

Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed

‎.github/workflows/shellcheck.yml

Copy file name to clipboardExpand all lines: .github/workflows/shellcheck.yml
+3-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.