Skip to content

Commit

Permalink
feat(actions): execute the linters
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Jul 21, 2022
1 parent 8b2f3ac commit 3ee539c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,10 @@ jobs:
check-latest: true
- run: go version

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
only-new-issues: true

- name: Execute the tests
run: go test -race -p=1 ./...

0 comments on commit 3ee539c

Please sign in to comment.