mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-06 15:17:19 +02:00
Action: add format checking
This commit is contained in:
parent
92fa68ab8e
commit
2ca57ba6a3
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -20,3 +20,5 @@ jobs:
|
|||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
- name: Check formatting
|
||||||
|
run: cargo fmt --all -- --check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user