mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Desktop Native enable cargo deny CI check (#16935)
* Desktop Native enable cargo deny CI check * make cargo-deny available * order * separate step
This commit is contained in:
9
.github/workflows/lint.yml
vendored
9
.github/workflows/lint.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user