add staticcheck to circleci
This commit is contained in:
parent
a3fb07d008
commit
34325d5b66
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue