mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-05-05 17:44:47 +00:00
feat: add install-only option (#1305)
This commit is contained in:
parent
7fe1b22e0c
commit
a66d26a465
5 changed files with 64 additions and 6 deletions
|
|
@ -15,6 +15,10 @@ inputs:
|
|||
description: "The mode to install golangci-lint. It can be 'binary', 'goinstall', or 'none'."
|
||||
default: "binary"
|
||||
required: false
|
||||
install-only:
|
||||
description: "Only install golangci-lint. It does not run golangci-lint."
|
||||
default: 'false'
|
||||
required: false
|
||||
working-directory:
|
||||
description: "golangci-lint working directory. The default is the project root."
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue