Skip to content

Commit

Permalink
Introduce reviewdog/action-shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Sep 26, 2019
1 parent d2c378b commit 7942ea5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/reviewdog.yml
Expand Up @@ -64,3 +64,14 @@ jobs:
with:
github_token: ${{ secrets.github_token }}
locale: "US"

shellcheck:
name: runner / shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: shellcheck
uses: reviewdog/action-shellcheck@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review

0 comments on commit 7942ea5

Please sign in to comment.