mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-20 01:14:38 +00:00
Add skip-cache parameter
This commit is contained in:
parent
7d5614c3eb
commit
aa9e491cf8
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@ inputs:
|
|||
description: "if set to true then the action doesn't cache or restore ~/.cache/go-build."
|
||||
default: false
|
||||
required: true
|
||||
skip-cache:
|
||||
description: "if set to true then the all caching functionality willl be complete disabled."
|
||||
default: false
|
||||
required: true
|
||||
runs:
|
||||
using: "node16"
|
||||
main: "dist/run/index.js"
|
||||
|
|
|
|||
Loading…
Reference in a new issue