Skip to content

Files

Latest commit

 

History

History
15 lines (11 loc) · 459 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 459 Bytes

action-setup-golangci-lint

Install golangci/golangci-lint for workflows.

golangci-lint is downloaded and added to the tools cache for reuse across jobs/steps in a workflow.

Inputs

Only one input is needed: version. This must be a semantic version, matching a released version of golangci-lint.

Example usage

uses: GusAntoniassi/action-setup-golangci-lint@v0.2.0
with:
    version: 1.24.0