Skip to content

Commit bf84fa5

Browse files
committed
Check format in CI
1 parent f8b4cf7 commit bf84fa5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
run: cargo check --verbose
2222
- name: Clippy
2323
run: RUSTFLAGS=-Dwarnings cargo clippy --all-targets --all-features
24+
- name: Format
25+
run: cargo fmt --all --check
2426
- name: Unit Tests
2527
run: cargo test --verbose
2628
build:

0 commit comments

Comments
 (0)