We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b4cf7 commit bf84fa5Copy full SHA for bf84fa5
.github/workflows/rust.yml
@@ -21,6 +21,8 @@ jobs:
21
run: cargo check --verbose
22
- name: Clippy
23
run: RUSTFLAGS=-Dwarnings cargo clippy --all-targets --all-features
24
+ - name: Format
25
+ run: cargo fmt --all --check
26
- name: Unit Tests
27
run: cargo test --verbose
28
build:
0 commit comments