ci: pin staticcheck as go tool, use go tool runner
Some checks failed
CI / Lint (push) Failing after 1m9s
CI / Test (push) Successful in 42s
CI / Build (push) Has been skipped

This commit is contained in:
Admin
2026-03-06 11:01:09 +05:00
parent 09e90d2ab0
commit 8a5bee7c09
3 changed files with 22 additions and 3 deletions

View File

@@ -33,9 +33,7 @@ jobs:
run: go vet ./...
- name: staticcheck
run: |
go install honnef.co/go/tools/cmd/staticcheck@latest
staticcheck ./...
run: go tool staticcheck ./...
# ── tests ────────────────────────────────────────────────────────────────────
test: