1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-02 17:53:41 +00:00

Add cargo machete CI check to Destkop Native

This commit is contained in:
neuronull
2025-10-31 07:07:20 -06:00
parent 4c1eba2086
commit db00e14f64

View File

@@ -121,8 +121,12 @@ jobs:
- name: Install cargo-deny
uses: taiki-e/install-action@v2
with:
tool: cargo-deny
tool: cargo-deny,cargo-machete
- name: Run cargo deny
working-directory: ./apps/desktop/desktop_native
run: cargo deny --log-level error --all-features check all
- name: Run cargo machete
working-directory: ./apps/desktop/desktop_native
run: cargo machete