loligothick/clippy-check
Run clippy and annotate the diff with errors and warnings
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token | yes | — |
| toolchain | Rust toolchain to use | — | stable |
| target | Target to run clippy on | no | — |
| options | Arguments for the `cargo clippy` command | no | — |
| warn | Sequence of lint warnings (without `clippy::` prefix) | no | — |
| allow | Sequence of lint allowed (without `clippy::` prefix) | no | — |
| deny | Sequence of lint denied (without `clippy::` prefix) | no | — |
| forbid | Sequence of lint forbidden (without `clippy::` prefix) | no | — |
| name | Display name of the created GitHub check. Must be unique across several LoliGothick/clippy-check invocations. | — | clippy |
| working-directory | working directory where to execute `cargo clippy`. | — | . |
Outputs
no outputs