From 59a5e1f678dfa7345c6324780ba273e8a7842bb2 Mon Sep 17 00:00:00 2001 From: phoenix Date: Mon, 3 Feb 2025 00:31:44 +0000 Subject: [PATCH] Update .github/workflows/rust.yaml --- .github/workflows/rust.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index a807997..bc3308b 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -35,10 +35,4 @@ jobs: command: test args: --release # Or --debug, depending on the env.PROFILE - - name: Clippy check (optional) - # Uncomment to enable Clippy linting - uses: actions-rs/clippy-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - args: -- -D warnings ] \ No newline at end of file