Skip to content

Commit

Permalink
Install rustfmt in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matze committed Feb 22, 2025
1 parent b144c10 commit 36f7f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Rust
uses: dtolnay/[email protected]
with:
components: clippy
components: clippy,rustfmt
- run: cargo clippy
- run: cargo fmt --all --check
- run: cargo test --all-targets
Expand Down

0 comments on commit 36f7f82

Please sign in to comment.