Skip to content

Commit 4884b7a

Browse files
authored
Update shell_linter.yml
1 parent 5b3057c commit 4884b7a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/shell_linter.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,11 @@ jobs:
2020
- uses: actions/checkout@v2
2121

2222
- name: Shell Linter
23-
uses: azohra/[email protected]
23+
uses: reviewdog/action-shellcheck@v1
24+
with:
25+
github_token: ${{ secrets.github_token }}
26+
#reporter: github-pr-review # Change reporter.
27+
path: "." # Optional.
28+
pattern: "*.sh" # Optional.
29+
exclude: "./.git/*" # Optional.
30+
fail_on_error: true

0 commit comments

Comments
 (0)