We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89afcca commit 87a3a5dCopy full SHA for 87a3a5d
.github/workflows/reviewdog.yml
@@ -12,6 +12,14 @@ jobs:
12
steps:
13
- uses: actions/checkout@v2
14
- uses: reviewdog/action-vint@v1
15
+ if: github.event_name == 'pull_request'
16
+ with:
17
+ github_token: ${{ secrets.github_token }}
18
+ reporter: github-pr-check
19
+ level: warning
20
+ - uses: reviewdog/action-vint@v1
21
+ if: github.event_name != 'pull_request'
22
with:
23
github_token: ${{ secrets.github_token }}
24
reporter: github-check
25
0 commit comments