Skip to content

Commit 7193443

Browse files
committed
add staticcheck to ci.yml in the style job
1 parent dfaecc8 commit 7193443

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,7 @@ jobs:
3434
go-version: "1.23.0"
3535

3636
- name: Style
37-
run: test -z $(go fmt ./...)
37+
run: test -z $(go fmt ./...)
38+
39+
- name: Install staticcheck
40+
run: go install honnef.co/go/tools/cmd/staticcheck@latest

0 commit comments

Comments
 (0)