Skip to content

Commit

Permalink
Fix cargo-deny check for Raw-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
elbertronnie committed Oct 25, 2024
1 parent 5120340 commit ce85949
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-dev-and-ci-raw-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,13 @@ jobs:
uses: actions/checkout@v3

- name: 🔒 Check crate security advisories
run: cd libraries/raw-rs
uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check advisories

- name: 📜 Check crate license compatibility
run: cd libraries/raw-rs
uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check bans licenses sources

0 comments on commit ce85949

Please sign in to comment.