Skip to content

Commit

Permalink
Remove extraneous linting job
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrandt committed Mar 25, 2024
1 parent 2c9bffd commit cc0e5d7
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cc0e5d7

Please sign in to comment.