mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-01-16 04:14:30 +07:00
feat: add option to not save cache (#851)
This commit is contained in:
committed by
GitHub
parent
bf6479d5ec
commit
c683728f10
@@ -67,6 +67,10 @@ jobs:
|
||||
# takes precedence over all other caching options.
|
||||
# skip-cache: true
|
||||
|
||||
# Optional: if set to true, caches will not be saved, but they may still be restored,
|
||||
# subject to other options
|
||||
# skip-save-cache: true
|
||||
|
||||
# Optional: if set to true, then the action won't cache or restore ~/go/pkg.
|
||||
# skip-pkg-cache: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user