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