Skip to content

Bump reviewdog to 0.17.1 for new github-pr-annotations reporter #20

Bump reviewdog to 0.17.1 for new github-pr-annotations reporter

Bump reviewdog to 0.17.1 for new github-pr-annotations reporter #20

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test-check:
name: runner / protolint (github-check)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
level: info
filter_mode: nofilter
test-pr-check:
if: github.event_name == 'pull_request'
name: runner / protolint (github-pr-check)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-check
level: warning
filter_mode: nofilter
workdir: ./testdata/subdir/
test-pr-review:
if: github.event_name == 'pull_request'
name: runner / protolint (github-pr-review)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
level: error
filter_mode: nofilter