We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b7ce7 commit 92b5d8eCopy full SHA for 92b5d8e
1 file changed
.github/workflows/test.yml
@@ -32,6 +32,9 @@ jobs:
32
restore-keys: |
33
${{ runner.os }}-cargo-
34
35
+ - name: Check formatting
36
+ run: cargo fmt --all -- --check
37
+
38
- name: Run cargo clippy
39
run: cargo clippy --workspace --features azure -- -D warnings
40
0 commit comments