add staticcheck to circleci

This commit is contained in:
James Bardin 2020-12-02 12:16:14 -05:00
parent a3fb07d008
commit 34325d5b66
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ jobs:
steps:
- checkout
- run: go mod verify
- run: make fmtcheck generate
- run: go install honnef.co/go/tools/cmd/staticcheck
- run: make fmtcheck generate staticcheck
- run:
name: verify no code was generated
command: |