We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a9616 commit 19e0416Copy full SHA for 19e0416
1 file changed
.github/workflows/test.yml
@@ -46,6 +46,10 @@ jobs:
46
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
47
with:
48
version: v2.10.1
49
+ - name: staticcheck
50
+ uses: dominikh/staticcheck-action@9716614d4101e79b4340dd97b10e54d68234e431 # 1.4.1
51
+ with:
52
+ version: "2026.1"
53
- name: Check 'go mod tidy' makes no changes
54
run: |
55
go mod tidy
0 commit comments