step-security/Clippy Action

🐻‍❄️📦 GitHub action to run Clippy, an up-to-date and modern version of actions-rs/clippy

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
check-argsList of arguments to apply after `cargo clippy`, but before `--` like `--tests`.no""
warnList (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""
allowList (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""
denyList (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""
forbidList (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-featuresIf the `--all-features` flag should be included. Deprecated since 1.4, can be used with `args` inputnofalse
argsExtra arguments to append to the `cargo clippy` command.no""
working-directoryValid, relative or absolute path to the working directory to execute `cargo clippy` from.no""
tokenGitHub token for authenticating requests to GitHubyes

no outputs