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

5
scraper/tools.go Normal file
View File

@@ -0,0 +1,5 @@
//go:build tools
package tools
import _ "honnef.co/go/tools/cmd/staticcheck"