Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cargo-deny check for Raw-rs
Browse files Browse the repository at this point in the history
elbertronnie committed Oct 25, 2024

Verified

This commit was signed with the committer’s verified signature.
MotorTruck1221 MotorTruck1221
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
@@ -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.