auguwu/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
Activelast commit Jul 9, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: auguwu/clippy-action@9817d076b82df0194935be9db6154c56ac07b317 # 1.5.0

tags can be moved; commit SHAs can't. why a SHA?

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