Skip to content

Commit 19e0416

Browse files
committed
ci: add staticcheck
1 parent f7a9616 commit 19e0416

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
4747
with:
4848
version: v2.10.1
49+
- name: staticcheck
50+
uses: dominikh/staticcheck-action@9716614d4101e79b4340dd97b10e54d68234e431 # 1.4.1
51+
with:
52+
version: "2026.1"
4953
- name: Check 'go mod tidy' makes no changes
5054
run: |
5155
go mod tidy

0 commit comments

Comments
 (0)