From 6ce6d2aa232e3c7d811fb646b75defd9d92d6f33 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Wed, 24 Jul 2024 11:36:41 +0800 Subject: [PATCH] . --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28a249b3..7acc6b1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,8 @@ jobs: - uses: actions/checkout@v4 - name: Install system dependencies run: script/bootstrap + - name: Machete + uses: bnjbvr/cargo-machete@main - name: Setup | Cache Cargo uses: actions/cache@v3.0.11 with: @@ -27,9 +29,6 @@ jobs: target/ key: ubuntu-test-cargo-${{ hashFiles('**/Cargo.lock') }} - name: Lint - run: | - cargo install cargo-machete - cargo machete - cargo clippy + run: cargo clippy - name: Build test run: cargo build