Disable staticcheck for tempfork packages.
This commit is contained in:
parent
3bab226299
commit
6b232b5a79
|
@ -25,7 +25,7 @@ jobs:
|
||||||
run: go run honnef.co/go/tools/cmd/staticcheck -version
|
run: go run honnef.co/go/tools/cmd/staticcheck -version
|
||||||
|
|
||||||
- name: Run staticcheck
|
- name: Run staticcheck
|
||||||
run: go run honnef.co/go/tools/cmd/staticcheck -- ./...
|
run: "go run honnef.co/go/tools/cmd/staticcheck -- $(go list ./... | grep -v tempfork)"
|
||||||
|
|
||||||
- uses: k0kubun/action-slack@v2.0.0
|
- uses: k0kubun/action-slack@v2.0.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue