ci: Add cargo fmt check
This commit is contained in:
parent
61692b21ad
commit
17b61bbfab
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -25,3 +25,4 @@ jobs:
|
||||||
- run: cargo check --no-default-features
|
- run: cargo check --no-default-features
|
||||||
- run: cargo check --features debug
|
- run: cargo check --features debug
|
||||||
- run: cargo check --features profile-with-tracy
|
- run: cargo check --features profile-with-tracy
|
||||||
|
- run: cargo fmt --all -- --check
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue