Skip to content

Commit

Permalink
stick with clippy for lints for now
Browse files Browse the repository at this point in the history
  • Loading branch information
veldsla committed Nov 18, 2024
1 parent 0c2f79e commit 4fe722d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:

jobs:

lint:
rustfmt:
runs-on: ubuntu-latest

steps:
Expand All @@ -39,9 +39,6 @@ jobs:

- name: Check style
run: cargo fmt -- --check

- name: Lint with Rust Marker
uses: rust-marker/marker@v0.5

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4fe722d

Please sign in to comment.