Skip to content

Commit

Permalink
Fix linting step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hikhvar committed May 30, 2021
1 parent 48fb74e commit 013ef6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Run golangci-lint
uses: actions-contrib/golangci-lint@v1
uses: golangci/golangci-lint-action@v2
with:
only-new-issues: true

goreleaser:
needs:
Expand Down

0 comments on commit 013ef6e

Please sign in to comment.