Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed May 10, 2020
1 parent cb97d53 commit 52244f2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,20 @@ jobs:
level: "warning"
reporter: github-pr-check

staticcheck:
if: github.event_name == 'pull_request'
name: runner / staticcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: reviewdog/action-staticcheck@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
filter_mode: nofilter
fail_on_error: true
workdir: ./_testdata/

misspell:
name: runner / misspell
runs-on: ubuntu-latest
Expand Down

0 comments on commit 52244f2

Please sign in to comment.