ci: pin staticcheck as go tool, fix runner config
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user