Skip to content

Commit 34325d5

Browse files
committed
add staticcheck to circleci
1 parent a3fb07d commit 34325d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
steps:
2727
- checkout
2828
- run: go mod verify
29-
- run: make fmtcheck generate
29+
- run: go install honnef.co/go/tools/cmd/staticcheck
30+
- run: make fmtcheck generate staticcheck
3031
- run:
3132
name: verify no code was generated
3233
command: |

0 commit comments

Comments
 (0)