Skip to content

Commit

Permalink
add golanci-lint github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Linford committed Jun 23, 2021
1 parent 289adc3 commit 54fca0e
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@v2.5.2

0 comments on commit 54fca0e

Please sign in to comment.