jbenaventem/Run golangci-lint

Official golangci-lint action with line-attached annotations for found issues, caching and parallel execution.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
versionversion of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest versionno
argsgolangci-lint command line argumentsno""
working-directorygolangci-lint working directory, default is project rootno
github-tokenthe token is used for fetching patch of a pull request to show only new issuesno${{ github.token }}
only-new-issuesif set to true and the action runs on a pull request - the action outputs only newly found issuesnofalse
skip-cacheif set to true then the all caching functionality will be complete disabled, takes precedence over all other caching options. nofalse
skip-pkg-cacheif set to true then the action doesn't cache or restore ~/go/pkg.nofalse
skip-build-cacheif set to true then the action doesn't cache or restore ~/.cache/go-build.nofalse

no outputs