mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-27 12:14:51 +02:00
add cargo fmt check
This commit is contained in:
parent
e48cd9b018
commit
9d2cc4d8b1
1 changed files with 1 additions and 0 deletions
|
@ -11,4 +11,5 @@ test:cargo:
|
||||||
script:
|
script:
|
||||||
- rustc --version && cargo --version # Print version info for debugging
|
- rustc --version && cargo --version # Print version info for debugging
|
||||||
- cargo test --workspace --verbose --locked
|
- cargo test --workspace --verbose --locked
|
||||||
|
- cargo fmt --all -- --check
|
||||||
- cargo clippy
|
- cargo clippy
|
||||||
|
|
Loading…
Add table
Reference in a new issue