You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
Name of the created GitHub check. If running this action multiple times, each run must have a unique name.
string
clippy
For extra details about the toolchain, args and use-cross inputs,
see cargo Action documentation.
NOTE: if your workflow contains multiple instances of the clippy-check action you will need to give each invocation a unique name, using the name property described above.
Check runs must have a unique name, and this prevents a later check run overriding a previous one within the same workflow.
Limitations
Due to token permissions,
this Action WILL NOT be able to post clippy annotations for Pull Requests from the forked repositories.
This is a pretty big problem, which can be solved only by Github themselves,
see #2 for details.
As a fallback this Action will output all clippy messages into the stdout
and fail the result correspondingly.
About
๐ GitHub Action for PR annotations with clippy warnings