mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-17 16:08:27 +00:00
Update README.md
This commit is contained in:
parent
83f102d566
commit
7c560fac7c
1 changed files with 3 additions and 0 deletions
|
|
@ -48,6 +48,9 @@ jobs:
|
||||||
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
|
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
|
||||||
version: v1.29
|
version: v1.29
|
||||||
|
|
||||||
|
# Optional: URL of a custom golangci-lint build to use. If not provided, an asset will be automatically chosen from the official repo.
|
||||||
|
asset-url: https://example.com/golangci-lint/release.tgz
|
||||||
|
|
||||||
# Optional: working directory, useful for monorepos
|
# Optional: working directory, useful for monorepos
|
||||||
# working-directory: somedir
|
# working-directory: somedir
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue