diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 14b5d51d9ef..6d85a5d7cc5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -110,3 +110,7 @@ jobs: - name: Cargo sort working-directory: ./apps/desktop/desktop_native run: cargo sort --workspace --check + + - name: Run cargo deny + working-directory: ./apps/desktop/desktop_native + run: cargo deny --log-level error --all-features check all