Skip to content

Commit 7327f21

Browse files
committed
[add] reviewdog's ci in github-actions
1 parent 60fd0c6 commit 7327f21

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/reviewdog.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: reviewdog
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
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

Comments
 (0)