Skip to content

Commit 70e75f4

Browse files
shogo82148bmoffatt
andauthored
introduce reviewdog (#314)
* introduce reviewdog * remove push trigger * revert changes of lint.yml * re-introduce reviewdog Co-authored-by: Bryan Moffatt <[email protected]>
1 parent 73c2767 commit 70e75f4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/reviewdog.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: reviewdog
2+
on:
3+
pull_request:
4+
5+
jobs:
6+
test:
7+
name: lint
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Check out code into the Go module directory
11+
uses: actions/checkout@v2
12+
13+
- name: golangci-lint
14+
uses: reviewdog/action-golangci-lint@v1
15+
with:
16+
level: warning
17+
reporter: github-pr-review

0 commit comments

Comments
 (0)