github.com/Songmu/gocredits@v0.3.1-0.20231111084238-af961788d757/.github/workflows/reviewdog.yml (about)

     1  name: reviewdog
     2  on: [pull_request]
     3  jobs:
     4    staticcheck:
     5      name: staticcheck
     6      runs-on: ubuntu-latest
     7      steps:
     8        - uses: actions/checkout@v3
     9        - uses: reviewdog/action-staticcheck@v1
    10          with:
    11            github_token: ${{ secrets.github_token }}
    12            reporter: github-pr-review
    13            fail_on_error: true