From 16f95a98f0ac76bdcb3c36a2e8e6de265305b141 Mon Sep 17 00:00:00 2001 From: Anton Baliasnikov Date: Thu, 21 Nov 2024 14:03:05 +0000 Subject: [PATCH] ci: update cargo deny config and enable PR tests for all files (#211) --- .github/workflows/test.yaml | 3 --- deny.toml | 14 +------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 439ebd88..2dedc49d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,9 +4,6 @@ name: Tests on: workflow_dispatch: pull_request: - paths-ignore: - - '.gitignore' - - '**/*.md' push: branches: - main diff --git a/deny.toml b/deny.toml index 6977d43f..d68858f2 100644 --- a/deny.toml +++ b/deny.toml @@ -1,17 +1,10 @@ -all-features = false -no-default-features = false - [advisories] -vulnerability = "deny" -unmaintained = "warn" yanked = "warn" -notice = "warn" ignore = [ #"RUSTSEC-0000-0000", ] [licenses] -unlicensed = "deny" allow = [ #"Apache-2.0 WITH LLVM-exception", "MIT", @@ -20,17 +13,12 @@ allow = [ "Unlicense", "MPL-2.0", "Unicode-DFS-2016", + "Unicode-3.0", "CC0-1.0", "BSD-2-Clause", "BSD-3-Clause", "Zlib", ] -deny = [ - #"Nokia", -] -copyleft = "warn" -allow-osi-fsf-free = "neither" -default = "deny" confidence-threshold = 0.8 exceptions = [ # Each entry is the crate and version constraint, and its specific allow