Skip to content

Commit 6536d8b

Browse files
authored
Update shell_linter.yml
1 parent a3afacc commit 6536d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shell_linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: reviewdog/action-shellcheck@v1
2424
with:
2525
github_token: ${{ secrets.github_token }}
26-
#reporter: github-pr-review # Change reporter.
26+
reporter: github-pr-review # Change reporter.
2727
path: "." # Optional.
2828
pattern: "*.sh" # Optional.
2929
exclude: "./.git/*" # Optional.

0 commit comments

Comments
 (0)