mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 11:42:43 +08:00
Chore: update staticcheck command on actions
This commit is contained in:
parent
b2e4a0b63d
commit
6bf115b971
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
run: |
|
||||
go test ./...
|
||||
go vet ./...
|
||||
go get -u honnef.co/go/tools/cmd/staticcheck
|
||||
go install honnef.co/go/tools/cmd/staticcheck@latest
|
||||
staticcheck -- $(go list ./...)
|
||||
|
||||
- name: Build
|
||||
|
|
Loading…
Reference in New Issue
Block a user