mirror of
https://github.com/robertkrimen/otto.git
synced 2025-12-24 12:58:05 +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:
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 ./...
|
||||
|
||||
Reference in New Issue
Block a user