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 60fd0c6 commit 7327f21Copy full SHA for 7327f21
.github/workflows/reviewdog.yml
@@ -0,0 +1,21 @@
1
+name: reviewdog
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ pull_request:
8
9
10
+jobs:
11
+ vint:
12
+ name: runner / vint
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: actions/checkout@v2
16
+ - name: vint
17
+ uses: reviewdog/action-vint@v1
18
+ with:
19
+ github_token: ${{ secrets.github_token }}
20
+ level: error
21
+ reporter: github-pr-check
0 commit comments