Skip to content

Commit

Permalink
Replace bewuethr/shellcheck-action with reviewdog/action-shellcheck
Browse files Browse the repository at this point in the history
Replace bewuethr/shellcheck-action with reviewdog/action-shellcheck due to the former not supporting sending arguments to shellcheck:

bewuethr/shellcheck-action#2
  • Loading branch information
asbjornu committed May 18, 2020
1 parent da3f544 commit 2cb3a09
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ jobs:
- uses: actions/checkout@v2

- name: Shellcheck
uses: bewuethr/shellcheck-action@v2
uses: reviewdog/action-shellcheck@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
severity: style

0 comments on commit 2cb3a09

Please sign in to comment.