From 9bf5b26229c8c32e65b423286d9818a67d835c2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Djk=C3=A1=C5=A5o?= Date: Mon, 11 Mar 2024 18:11:13 +0100 Subject: [PATCH] ups --- .github/workflows/cargo-clippy-check.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/cargo-clippy-check.yml diff --git a/.github/workflows/cargo-clippy-check.yml b/.github/workflows/cargo-clippy-check.yml deleted file mode 100644 index e79c7a2..0000000 --- a/.github/workflows/cargo-clippy-check.yml +++ /dev/null @@ -1,14 +0,0 @@ -on: push -name: Clippy check - -# Make sure CI fails on all warnings, including Clippy lints -env: - RUSTFLAGS: "-Dwarnings" - -jobs: - clippy_check: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Run Clippy - run: cargo clippy --all-targets --all-features