We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7e16c commit 08a3f54Copy full SHA for 08a3f54
1 file changed
.github/workflows/main.yml
@@ -48,6 +48,8 @@ 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
- name: Run tests
54
run: cargo test --no-default-features
55
working-directory: ./rust
0 commit comments