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 e90443d
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 @@ -67,9 +67,11 @@ jobs:
- name: 🔒 Check crate security advisories
uses: EmbarkStudios/cargo-deny-action@v1
with:
manifest-path: ./libraries/raw-rs/Cargo.toml
command: check advisories

- name: 📜 Check crate license compatibility
uses: EmbarkStudios/cargo-deny-action@v1
with:
manifest-path: ./libraries/raw-rs/Cargo.toml
command: check bans licenses sources

0 comments on commit e90443d

Please sign in to comment.