mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-17 07:58:27 +00:00
Update action.yml
This commit is contained in:
parent
cc1c4669b3
commit
83f102d566
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,9 @@ inputs:
|
|||
version:
|
||||
description: "version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version"
|
||||
required: false
|
||||
asset-url:
|
||||
description: "custom URL for a golangci-lint archive to download and install. Must match the OS/arch of the build agent."
|
||||
required: false
|
||||
args:
|
||||
description: "golangci-lint command line arguments"
|
||||
default: ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue