Skip to content

Commit

Permalink
add golangci-lint to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dhconnelly committed Oct 27, 2023
1 parent 072d390 commit b0f9edc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ jobs:

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

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.7.0

0 comments on commit b0f9edc

Please sign in to comment.