We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc8dc5 commit cacdb93Copy full SHA for cacdb93
.github/workflows/rust.yml
@@ -87,6 +87,12 @@ jobs:
87
- name: Check semver
88
uses: obi1kenobi/cargo-semver-checks-action@v2
89
90
+ audit:
91
+ runs-on: ubuntu-latest
92
+ steps:
93
+ - uses: actions/checkout@v4
94
+ - uses: EmbarkStudios/cargo-deny-action@v2
95
+
96
# TODO: broken - migrate to criterion
97
# bench:
98
# name: Check that benchmarks compile
deny.toml
@@ -0,0 +1,3 @@
1
+[licenses]
2
+version = 2
3
+allow = ["Apache-2.0", "MIT"]
0 commit comments