Skip to content

Commit

Permalink
Add cargo fmt to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed May 2, 2024
1 parent af89a8c commit c26788d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ jobs:
- run: cargo build --verbose
- run: cargo test --verbose
- run: cargo clippy --verbose
- run: cargo fmt --verbose

0 comments on commit c26788d

Please sign in to comment.