ci: run cargo-deny to ensure I agree to all license terms
All checks were successful
/ build (push) Successful in 1s
/ checks (x86_64-linux, clippy) (push) Successful in 1s
/ checks (x86_64-linux, deny) (push) Successful in 1s
/ checks (x86_64-linux, module-ipv4-only-test) (push) Successful in 2s
/ checks (x86_64-linux, module-ipv4-test) (push) Successful in 1s
/ checks (x86_64-linux, module-ipv6-only-test) (push) Successful in 1s
/ checks (x86_64-linux, module-ipv6-test) (push) Successful in 2s
/ checks (x86_64-linux, module-nginx-test) (push) Successful in 2s
/ checks (x86_64-linux, nextest) (push) Successful in 1s
/ checks (x86_64-linux, treefmt) (push) Successful in 1s
/ report-size (push) Successful in 3s

Closes #187
This commit is contained in:
Jalil David Salamé Messina 2025-07-13 18:49:59 +02:00
parent 667cdfbc9b
commit 5b7ce3a49a
Signed by: jalil
GPG key ID: F016B9E770737A0B
3 changed files with 240 additions and 0 deletions

View file

@ -56,6 +56,7 @@ in
checks = {
nextest = craneLib.cargoNextest withArtifacts;
deny = craneLib.cargoDeny commonArgs;
clippy = craneLib.cargoClippy (
lib.mergeAttrsList [
withArtifacts