We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f0186 commit b9e1208Copy full SHA for b9e1208
.github/workflows/ci.yml
@@ -83,3 +83,9 @@ 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
+ runs-on: ubuntu-latest
89
+ steps:
90
+ - uses: actions/checkout@v4
91
+ - 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