jbenaventem/Run golangci-lint
Official golangci-lint action with line-attached annotations for found issues, caching and parallel execution.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| version | version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version | no | — |
| args | golangci-lint command line arguments | no | "" |
| working-directory | golangci-lint working directory, default is project root | no | — |
| github-token | the token is used for fetching patch of a pull request to show only new issues | no | ${{ github.token }} |
| only-new-issues | if set to true and the action runs on a pull request - the action outputs only newly found issues | no | false |
| skip-cache | if set to true then the all caching functionality will be complete disabled, takes precedence over all other caching options. | no | false |
| skip-pkg-cache | if set to true then the action doesn't cache or restore ~/go/pkg. | no | false |
| skip-build-cache | if set to true then the action doesn't cache or restore ~/.cache/go-build. | no | false |
Outputs
no outputs