mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-16 15:38:28 +00:00
Fix misleading version input description
Signed-off-by: Tam Mach <sayboras@yahoo.com>
This commit is contained in:
parent
8870cfbcd4
commit
9114ac7420
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ description: 'Official golangci-lint action with line-attached annotations for f
|
||||||
author: 'golangci'
|
author: 'golangci'
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
description: 'version of golangci-lint to use in form of v1.2.3'
|
description: 'version of golangci-lint to use in form of v1.2'
|
||||||
required: true
|
required: true
|
||||||
args:
|
args:
|
||||||
description: 'golangci-lint command line arguments'
|
description: 'golangci-lint command line arguments'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue