Skip to content

Commit

Permalink
Merge pull request #62 from hikhvar/fix-ci
Browse files Browse the repository at this point in the history
Fix linting step in CI
  • Loading branch information
hikhvar committed May 30, 2021
2 parents 6b5b3d6 + 013ef6e commit 8844da5
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 8844da5

Please sign in to comment.