bevy/.github
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
..
example-run run some examples on CI using swiftshader (#1826) 2021-04-14 21:40:36 +00:00
ISSUE_TEMPLATE Issue template for documentation improvements (#1732) 2021-04-13 20:18:54 +00:00
linters GitHub Action: Check local Markdown links on push (#2067) 2021-05-02 20:22:32 +00:00
workflows enable cargo deny (#2101) 2021-05-17 23:07:18 +00:00
bors.toml GitHub Action: Check local Markdown links on push (#2067) 2021-05-02 20:22:32 +00:00
CONTRIBUTING.md Cleanup of Markdown Files and add CI Checking (#1463) 2021-02-22 04:50:05 +00:00
dependabot.yml Add dependabot config for cargo and GitHub Actions (#570) 2020-09-25 13:51:54 -07:00
FUNDING.yml Create FUNDING.yml 2020-08-18 10:59:30 -07:00