We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3829abc commit cd8fd65Copy full SHA for cd8fd65
.github/workflows/build.yml
@@ -22,6 +22,10 @@ jobs:
22
run: rustup default 1.46.0
23
- name: Install clippy
24
run: rustup component add clippy
25
+ - name: Install cargo fmt
26
+ run: rustup component add rustfmt
27
+ - name: Run cargo fmt and fail if any warnings
28
+ run: cargo fmt -- --check
29
- name: Build
30
run: cargo build
31
- name: Run tests
0 commit comments