From db00e14f64ec0a8e3477c1be8a8ef32dc5ed3d79 Mon Sep 17 00:00:00 2001 From: neuronull <9162534+neuronull@users.noreply.github.com> Date: Fri, 31 Oct 2025 07:07:20 -0600 Subject: [PATCH] Add cargo machete CI check to Destkop Native --- .github/workflows/lint.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 21786339299..2faabb18d8e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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