mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
add staticcheck to circleci
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user