Skip to content

Commit 08a3f54

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ 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
5153
- name: Run tests
5254
run: cargo test --no-default-features
5355
working-directory: ./rust

0 commit comments

Comments
 (0)