emilwareus/polint
Run polint with GitHub Actions annotations and built-in cache restore/save.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | polint release version to install. Use latest, vX.Y.Z, or X.Y.Z. | no | latest |
| args | Arguments passed to polint. | no | check --format github |
| cache | Restore and save .polint/cache. | no | true |
| cache-key-prefix | Prefix for GitHub Actions cache keys. | no | polint |
| working-directory | Repository directory where polint should run. | no | . |
| fail-on | Optional value for polint --fail-on. Leave empty when args already set it. | no | "" |
Outputs
| name | description |
|---|---|
| version | Installed polint version. |
| cache-hit | Whether the primary polint cache key was restored. |
| exit-code | polint process exit code. |