ci: pin staticcheck as go tool, fix runner config
Some checks failed
CI / Test (pull_request) Successful in 8m15s
CI / Lint (pull_request) Failing after 9m7s
CI / Build (pull_request) Has been skipped

This commit is contained in:
Admin
2026-03-06 11:01:08 +05:00
parent 70c8db28f9
commit 53083429a0
5 changed files with 139 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: