bevy/.github/workflows
François 177f2fbf9a enable cargo deny (#2101)
https://github.com/EmbarkStudios/cargo-deny
cargo-deny is a tool that can issue errors for dependency issues, among other:
* security issues in a crate
* duplicated dependencies with different versions
* unauthorised license

Added cargo-deny with an opinionated configuration:
* No middle ground with warnings, either allow or deny
* Not added to Bors, we probably don't want to block a PR on something that may happen from outside
* Different github workflow than CI to run only when Cargo.toml files are changed, or on a schedule
* Each check in its own job to help readability
* Initial config makes Bevy pass all check

Pushing a first commit with commented config to show errors
2021-05-17 23:07:18 +00:00
..
ci.yml remove minor and patch version from superlinter (#2203) 2021-05-17 20:52:17 +00:00
dependencies.yml enable cargo deny (#2101) 2021-05-17 23:07:18 +00:00
ios.yml Bump actions/cache from v2.1.4 to v2.1.5 (#1961) 2021-04-19 21:07:20 +00:00