We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7e16c commit bc16190Copy full SHA for bc16190
1 file changed
.github/workflows/main.yml
@@ -48,6 +48,9 @@ jobs:
48
toolchain: stable
49
- name: Print versions
50
run: cargo version --verbose && cargo clippy --version
51
+ - name: Check formatting
52
+ run: cargo fmt --check
53
+ working-directory: ./rust
54
- name: Run tests
55
run: cargo test --no-default-features
56
working-directory: ./rust
0 commit comments