mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 22:16:30 +03:00
Configure cargo-deny fully
This adds more configuration to cargo-deny so that the output is not a giant list of warnings hiding new entries. Instead the config now lists the things that would emit warnings. It also adds -Dwarnings to the CI job so that new warnings will be cleaned up: they can be added to the config easily to fix the warnings.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -40,6 +40,8 @@ jobs:
|
||||
- uses: EmbarkStudios/cargo-deny-action@v1
|
||||
with:
|
||||
arguments: --all-features --workspace
|
||||
command: check
|
||||
command-arguments: "-Dwarnings"
|
||||
|
||||
provider_database:
|
||||
name: Check provider database
|
||||
|
||||
Reference in New Issue
Block a user