Skip to content

Commit

Permalink
Add cargo fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
wackywendell committed Jun 7, 2024
1 parent ae1c03c commit 274583d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:
- name: Run tests
run: cargo test --verbose
- name: Run clippy
run: cargo clippy --verbose
run: cargo clippy --verbose
- name: Check fmt
run: cargo fmt --check --verbose

0 comments on commit 274583d

Please sign in to comment.