Skip to content

Commit

Permalink
Remove linting as a workflow job
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdonald committed Dec 8, 2024
1 parent eb02851 commit f020088
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/rust.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: Build and Test

on:
push:
Expand All @@ -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@v3
- name: rustfmt
run: rustfmt --check src/**/*.rs
- name: clippy
run: cargo clippy -- -D warnings

0 comments on commit f020088

Please sign in to comment.