Skip to content

Commit

Permalink
ci: Add cargo fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 authored and Drakulix committed Nov 18, 2024
1 parent 61692b2 commit 17b61bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ jobs:
- run: cargo check --no-default-features
- run: cargo check --features debug
- run: cargo check --features profile-with-tracy
- run: cargo fmt --all -- --check

0 comments on commit 17b61bb

Please sign in to comment.