diff --git a/.github/workflows/build-dev-and-ci-raw-rs.yml b/.github/workflows/build-dev-and-ci-raw-rs.yml index 8671e036cd..062f091586 100644 --- a/.github/workflows/build-dev-and-ci-raw-rs.yml +++ b/.github/workflows/build-dev-and-ci-raw-rs.yml @@ -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