Skip to content

Commit f44a074

Browse files
committed
chore: add fmt to CI
1 parent a340074 commit f44a074

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: cargo clippy --verbose -- -Dwarnings
2626
- name: Documentation
2727
run: cargo doc --no-deps --workspace
28+
- name: Format
29+
run: cargo fmt --all -- --check
2830
- name: Examples
2931
run: |
3032
cargo run --example basic_usage

0 commit comments

Comments
 (0)