Skip to content

Commit c0e4228

Browse files
committed
Modify audit.yml
1 parent 77e7574 commit c0e4228

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/audit.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,12 @@ jobs:
2121
- uses: rustsec/audit-check@v2.0.0
2222
with:
2323
token: ${{ secrets.GITHUB_TOKEN }}
24+
25+
cargo-deny:
26+
name: Cargo deny
27+
runs-on: ubuntu-latest
28+
steps:
29+
- uses: actions/checkout@v5
30+
- uses: EmbarkStudios/cargo-deny-action@v2
31+
# with:
32+
# rust-version: "1.89.0"

0 commit comments

Comments
 (0)