clippy-check
clippy-check copied to clipboard
Maintenance Status
Is this still actively maintained?
Doesn't look like there's been any activity in the last 18 months
Related: https://github.com/actions-rs/toolchain/issues/216
It's really quite unfortunate, because unlike actions-rs/toolchain, which doesn't do all that much that can't be done with run: rustup install, this provides significant additional value compared to what can be done from the CLI.
In case anyone's interested, I forked this Action and published a working version that uses node16: clechasseur/rs-clippy-check.