mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-26 08:26:26 -06:00
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
Block a user