Skip to content

Commit

Permalink
add rustfmt to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen D committed Oct 27, 2024
1 parent aa68f40 commit 4b9f9f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
target: ${{ matrix.os == 'windows-latest' && 'x86_64-pc-windows-msvc' || 'x86_64-unknown-linux-gnu' || 'x86_64-apple-darwin' }}
components: clippy

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

- name: Check clippy lints
run: cargo clippy --all-targets --all-features -- -D warnings

Expand Down

0 comments on commit 4b9f9f7

Please sign in to comment.