From cc0e5d7c6b93bec08c9837cacbc57357adfded71 Mon Sep 17 00:00:00 2001 From: Ben Brandt Date: Mon, 25 Mar 2024 22:50:34 +0100 Subject: [PATCH] Remove extraneous linting job --- .github/workflows/python.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 77a16977..721c39a1 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -26,21 +26,6 @@ permissions: contents: read jobs: - lints: - name: Lints - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@stable - with: - components: rustfmt, clippy - - uses: Swatinem/rust-cache@v2 - with: - working-directory: bindings/python - - - run: cargo fmt -- --check - - run: cargo clippy -- -Dwarnings - linux: runs-on: ubuntu-latest strategy: