Skip to content

Commit

Permalink
introduce reviewdog (#314)
Browse files Browse the repository at this point in the history
* introduce reviewdog

* remove push trigger

* revert changes of lint.yml

* re-introduce reviewdog

Co-authored-by: Bryan Moffatt <bmoffatt@users.noreply.github.com>
  • Loading branch information
shogo82148 and bmoffatt committed Dec 22, 2020
1 parent 73c2767 commit 70e75f4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/reviewdog.yml
@@ -0,0 +1,17 @@
name: reviewdog
on:
pull_request:

jobs:
test:
name: lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1
with:
level: warning
reporter: github-pr-review

0 comments on commit 70e75f4

Please sign in to comment.