From dddfcfee6d96273bf2ccb46ff750e24741a98070 Mon Sep 17 00:00:00 2001 From: Boshen Date: Tue, 28 May 2024 11:10:41 +0800 Subject: [PATCH] ci: use `cargo oxlint` --- .github/workflows/ecosystem-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ecosystem-ci.yml b/.github/workflows/ecosystem-ci.yml index 1d82c9f..60ea4e0 100644 --- a/.github/workflows/ecosystem-ci.yml +++ b/.github/workflows/ecosystem-ci.yml @@ -33,11 +33,10 @@ jobs: - name: Install Rust uses: Boshen/setup-rust@main with: - tools: just save-cache: ${{ github.ref_name == 'main' }} - name: Build oxlint - run: just oxlint + run: cargo oxlint - name: Upload Binary uses: actions/upload-artifact@v4