We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5120340 commit e90443dCopy full SHA for e90443d
.github/workflows/build-dev-and-ci-raw-rs.yml
@@ -67,9 +67,11 @@ jobs:
67
- name: 🔒 Check crate security advisories
68
uses: EmbarkStudios/cargo-deny-action@v1
69
with:
70
+ manifest-path: ./libraries/raw-rs/Cargo.toml
71
command: check advisories
72
73
- name: 📜 Check crate license compatibility
74
75
76
77
command: check bans licenses sources
0 commit comments