We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a88be1 commit 731c70bCopy full SHA for 731c70b
.github/workflows/ci.yml
@@ -83,3 +83,10 @@ jobs:
83
- run: cargo install --locked cargo-check-external-types
84
- name: run cargo-check-external-types
85
run: cargo check-external-types --all-features
86
+
87
+ audit:
88
+ name: Audit dependencies
89
+ runs-on: ubuntu-latest
90
+ steps:
91
+ - uses: actions/checkout@v4
92
+ - uses: EmbarkStudios/cargo-deny-action@v2
deny.toml
@@ -0,0 +1,6 @@
1
+[advisories]
2
+yanked = "deny"
3
4
+[licenses]
5
+version = 2
6
+allow = ["Apache-2.0", "MIT"]
0 commit comments