actions-rs / clippy-check

📎 GitHub Action for PR annotations with clippy warnings
https://github.com/marketplace/actions/rust-clippy-check
MIT License
287 stars 40 forks source link

Maintenance Status #162

Open danieleades opened 2 years ago

danieleades commented 2 years ago

Is this still actively maintained?

Doesn't look like there's been any activity in the last 18 months

adam-azarchs commented 1 year ago

Related: https://github.com/actions-rs/toolchain/issues/216

adam-azarchs commented 1 year ago

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.

clechasseur commented 1 year ago

In case anyone's interested, I forked this Action and published a working version that uses node16: clechasseur/rs-clippy-check.