actions-marketplace-validations/Run golangci-lint multi module mono repo
Patch for 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 | "" |
| cache-key | Base name of the cache to use | no | golangci-lint-cache |
| github-token | the token is used for fetching patch of a pull request to show only new issues | yes | ${{ github.token }} |
| only-new-issues | if set to true and the action runs on a pull request - the action outputs only newly found issues | yes | false |
Outputs
no outputs