mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-20 09:24:39 +00:00
Update README
This commit is contained in:
parent
aa9e491cf8
commit
bb5270559b
1 changed files with 3 additions and 0 deletions
|
|
@ -60,6 +60,9 @@ jobs:
|
||||||
|
|
||||||
# Optional: if set to true then the action don't cache or restore ~/.cache/go-build.
|
# Optional: if set to true then the action don't cache or restore ~/.cache/go-build.
|
||||||
# skip-build-cache: true
|
# skip-build-cache: true
|
||||||
|
|
||||||
|
# Optional: if set to true then the all caching functionality willl be complete disabled.
|
||||||
|
# skip-cache: true
|
||||||
```
|
```
|
||||||
|
|
||||||
We recommend running this action in a job separate from other jobs (`go test`, etc)
|
We recommend running this action in a job separate from other jobs (`go test`, etc)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue