Skip to content

Commit 92b5d8e

Browse files
committed
Add formatting check to CI
1 parent e4b7ce7 commit 92b5d8e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
restore-keys: |
3333
${{ runner.os }}-cargo-
3434
35+
- name: Check formatting
36+
run: cargo fmt --all -- --check
37+
3538
- name: Run cargo clippy
3639
run: cargo clippy --workspace --features azure -- -D warnings
3740

0 commit comments

Comments
 (0)