meta icon indicating copy to clipboard operation
meta copied to clipboard

cargo udeps

Open svartalf opened this issue 4 years ago • 5 comments

Use https://github.com/est31/cargo-udeps to check if all dependencies are used

svartalf avatar Oct 03 '19 17:10 svartalf

It would be cool if this action could, for each unused dependency found, open a PR that removes it!

thomaseizinger avatar Oct 08 '19 10:10 thomaseizinger

We would love to use such action. Does anyone have experience running cargo-udeps in a Github action?

boaz-codota avatar Apr 05 '21 07:04 boaz-codota

There has been some recent work by @aig787: https://github.com/est31/cargo-udeps/issues/68#issuecomment-812768641

est31 avatar Apr 05 '21 14:04 est31

If there's interest, I'm happy to transfer ownership of the repo over. The action itself is very similar to https://github.com/actions-rs/tarpaulin, just with slightly different artifact download logic.

aig787 avatar Apr 05 '21 17:04 aig787

I figured out a manual way to do that if you are interested.

erayerdin avatar Nov 30 '21 13:11 erayerdin