From ce859497b1bd0f0f90025fad0c14bd0c2e47a772 Mon Sep 17 00:00:00 2001 From: Elbert Ronnie Date: Fri, 25 Oct 2024 20:14:49 +0530 Subject: [PATCH] Fix cargo-deny check for Raw-rs --- .github/workflows/build-dev-and-ci-raw-rs.yml | 2 ++ 1 file changed, 2 insertions(+) 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