Skip to content

Commit

Permalink
ci: add golangci-lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
angelofallars committed Feb 5, 2024
1 parent 6168871 commit 57c50fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ jobs:

- name: Test
run: go test -v ./...

- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: latest

0 comments on commit 57c50fd

Please sign in to comment.