Merge pull request #62 from hikhvar/fix-ci

Fix linting step in CI
This commit is contained in:
Christoph Petrausch
2021-05-30 20:52:48 +02:00
committed by GitHub

View File

@@ -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: