Skip to content

Commit bc16190

Browse files
committed
Check formatting in CI
1 parent 8b7e16c commit bc16190

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
toolchain: stable
4949
- name: Print versions
5050
run: cargo version --verbose && cargo clippy --version
51+
- name: Check formatting
52+
run: cargo fmt --check
53+
working-directory: ./rust
5154
- name: Run tests
5255
run: cargo test --no-default-features
5356
working-directory: ./rust

0 commit comments

Comments
 (0)