mirror of
https://github.com/robertkrimen/otto
synced 2025-10-05 19:19:10 +08:00
ci: enable golangci-lint cache (#451)
Remove skip-cache: true and restore skip-pkg-cache: true and skip-build-cache: true so that we still cache golangci-lint results which skip-cache: true disables.
This commit is contained in:
parent
e311ec4305
commit
9163a3ee27
3
.github/workflows/test-lint.yml
vendored
3
.github/workflows/test-lint.yml
vendored
|
@ -32,7 +32,8 @@ jobs:
|
|||
with:
|
||||
version: ${{ matrix.golangci }}
|
||||
args: "--out-${NO_FUTURE}format colored-line-number"
|
||||
skip-cache: true
|
||||
skip-pkg-cache: true
|
||||
skip-build-cache: true
|
||||
|
||||
- name: Go Build
|
||||
run: go build ./...
|
||||
|
|
Loading…
Reference in New Issue
Block a user