Skip to content

Commit

Permalink
Remove lint workflow job (#291)
Browse files Browse the repository at this point in the history
Until we can filter these to the just the changes in a PR, these are an
annoyance. This is wouldn't be so bad if the lints didn't change over time, but
because they do, running the job against the entire codebase introduces new
issues unrelated to the PR, even if it was previously compliant.
  • Loading branch information
jmacdonald authored Sep 10, 2024
1 parent 28957ed commit 3b182ab
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,3 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: rustfmt
run: rustfmt --check src/**/*.rs
- name: clippy
run: cargo clippy -- -D warnings

0 comments on commit 3b182ab

Please sign in to comment.