We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a340074 commit f44a074Copy full SHA for f44a074
.github/workflows/rust.yml
@@ -25,6 +25,8 @@ jobs:
25
run: cargo clippy --verbose -- -Dwarnings
26
- name: Documentation
27
run: cargo doc --no-deps --workspace
28
+ - name: Format
29
+ run: cargo fmt --all -- --check
30
- name: Examples
31
run: |
32
cargo run --example basic_usage
0 commit comments