ci: Add cargo fmt check

This commit is contained in:
Ian Douglas Scott 2024-11-14 13:21:23 -08:00 committed by Victoria Brekenfeld
parent 61692b21ad
commit 17b61bbfab

View file

@ -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