onur / cargo-license

Cargo subcommand to see license of dependencies
MIT License
418 stars 37 forks source link

github action #45

Open avnerbarr opened 3 years ago

avnerbarr commented 3 years ago

Hi, Before I go about doing it myself, is there a github action which wraps this? Thanks!

dalance commented 3 years ago

Probably No. If you want to discuss about it, the following repository may be more appropriate. (Of course, you can use your own repository)

https://github.com/actions-rs/meta

alexsnaps commented 1 year ago

Leaving this here as a question, but I guess the idea is to make sure no "unsupported license" sneaked in, right? Anyone doing that already? would it be interesting to have a mode where cargo-license fails the build, just like cargo fmt or clippy can already?