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:
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user