Merge pull request #4363 from nymtech/jon/ci-cargo-deny-pull-request-trigger

Enable pull_request trigger on ci-cargo-deny
This commit is contained in:
Tommy Verrall
2024-02-02 16:16:52 +01:00
committed by GitHub
6 changed files with 11 additions and 7 deletions
+5 -5
View File
@@ -1,5 +1,8 @@
name: ci-cargo-deny
on: [workflow_dispatch]
on:
workflow_dispatch:
pull_request:
jobs:
cargo-deny:
runs-on: ubuntu-22.04
@@ -7,10 +10,7 @@ jobs:
matrix:
checks:
# - advisories
- licenses
- bans sources
continue-on-error: ${{ matrix.checks == 'licenses' }}
- licenses bans sources
steps:
- uses: actions/checkout@v3
+2 -1
View File
@@ -4,9 +4,10 @@ version = "0.1.0"
edition = "2021"
build = "build.rs"
links = "cpucycles"
license = "LicenseRef-PD-hp OR CC0-1.0 OR 0BSD OR MIT-0 OR MIT"
[dependencies]
libc = "0.2.140"
[build-dependencies]
cfg-if = "1"
cfg-if = "1"
+1
View File
@@ -114,6 +114,7 @@ allow = [
"CC0-1.0",
"Unicode-DFS-2016",
"OpenSSL",
"Zlib",
]
# List of explicitly disallowed licenses
# See https://spdx.org/licenses/ for list of possible licenses
+1
View File
@@ -2,6 +2,7 @@
name = "ephemera"
version = "0.1.0"
edition = "2021"
license.workspace = true
[[bin]]
name = "ephemera"
+1
View File
@@ -3,6 +3,7 @@ name = "nym-bity-integration"
version = "0.1.0"
edition = "2021"
rust-version = "1.56"
license.workspace = true
[dependencies]
serde = { version = "1", features = ["derive"] }
+1 -1
View File
@@ -6,7 +6,7 @@ repository.workspace = true
homepage.workspace = true
documentation.workspace = true
edition.workspace = true
license = "GPL-3"
license = "GPL-3.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html