Skip to content

Commit 7d85d98

Browse files
committed
ci: add audit job
1 parent 90edbf6 commit 7d85d98

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ jobs:
8787
- name: Check semver
8888
uses: obi1kenobi/cargo-semver-checks-action@v2
8989

90+
audit:
91+
runs-on: ubuntu-latest
92+
steps:
93+
- uses: actions/checkout@v4
94+
- uses: EmbarkStudios/cargo-deny-action@v2
95+
9096
# TODO: broken - migrate to criterion
9197
# bench:
9298
# name: Check that benchmarks compile

0 commit comments

Comments
 (0)