feat: add install-only option (#1305)

This commit is contained in:
Ludovic Fernandez
2025-11-07 16:40:35 +01:00
committed by GitHub
parent 7fe1b22e0c
commit a66d26a465
5 changed files with 64 additions and 6 deletions

View File

@@ -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