Skip to content

Commit

Permalink
use golint as warning
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Sep 29, 2019
1 parent 52ef9ae commit 027992d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/reviewdog_on_push.yml
Expand Up @@ -36,5 +36,4 @@ jobs:
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
golint ./... | reviewdog -f=golint -name=golint-on-push -reporter=github-check
golint ./... | reviewdog -f=golint -name=golint-on-push -reporter=github-check -level=warning

0 comments on commit 027992d

Please sign in to comment.