step-security/Clippy Action
🐻❄️📦 GitHub action to run Clippy, an up-to-date and modern version of actions-rs/clippy
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| check-args | List of arguments to apply after `cargo clippy`, but before `--` like `--tests`. | no | "" |
| warn | List (seperated by ',') of warnings to set. (eq. to the -W/--warn flag in `cargo clippy`). Deprecated since 1.4, can be used with `check-args` instead. | no | "" |
| allow | List (seperated by ',') of allowed lints to set. (eq. to the -A/--allow flag in `cargo clippy`). Deprecated since 1.4, can be used with `check-args` instead. | no | "" |
| deny | List (seperated by ',') of denied lints to set. (eq. to the -D/--deny flag in `cargo clippy`). Deprecated since 1.4, can be used with `check-args` instead. | no | "" |
| forbid | List (seperated by ',') of forbidden lints to set. (eq. to the -F/--forbid flag in `cargo clippy`). Deprecated since 1.4, can be used with `check-args` instead. | no | "" |
| all-features | If the `--all-features` flag should be included. Deprecated since 1.4, can be used with `args` input | no | false |
| args | Extra arguments to append to the `cargo clippy` command. | no | "" |
| working-directory | Valid, relative or absolute path to the working directory to execute `cargo clippy` from. | no | "" |
| token | GitHub token for authenticating requests to GitHub | yes | — |
Outputs
no outputs