mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-05-05 17:44:47 +00:00
docs: improve version description
This commit is contained in:
parent
1577f9c80c
commit
8078b42bbd
2 changed files with 10 additions and 3 deletions
|
|
@ -3,7 +3,10 @@ description: "Official golangci-lint action with line-attached annotations for f
|
|||
author: "golangci"
|
||||
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"
|
||||
description: |
|
||||
The version of golangci-lint to use.
|
||||
When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
|
||||
When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
|
||||
required: false
|
||||
args:
|
||||
description: "golangci-lint command line arguments"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue