add staticcheck to circleci
This commit is contained in:
parent
a3fb07d008
commit
34325d5b66
|
@ -26,7 +26,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: go mod verify
|
- run: go mod verify
|
||||||
- run: make fmtcheck generate
|
- run: go install honnef.co/go/tools/cmd/staticcheck
|
||||||
|
- run: make fmtcheck generate staticcheck
|
||||||
- run:
|
- run:
|
||||||
name: verify no code was generated
|
name: verify no code was generated
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Reference in New Issue