diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ae4f4f95aa6..bc78462fdb5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -114,3 +114,12 @@ jobs: - name: Cargo sort working-directory: ./apps/desktop/desktop_native run: cargo sort --workspace --check + + - name: Install cargo-deny + uses: taiki-e/install-action@v2 + with: + tool: cargo-deny + + - name: Run cargo deny + working-directory: ./apps/desktop/desktop_native + run: cargo deny --log-level error --all-features check all