Skip to content

Commit

Permalink
Add reviewdog
Browse files Browse the repository at this point in the history
  • Loading branch information
shmokmt committed Jun 26, 2021
1 parent dd7ad9b commit 7948fc6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: reviewdog
on: [pull_request]

jobs:
golangci-lint:
name: golangci-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:
reporter: github-pr-review
level: warning

0 comments on commit 7948fc6

Please sign in to comment.