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.
2 parents d07d4e1 + 234465e commit bfb5c5aCopy full SHA for bfb5c5a
.github/workflows/build.yml
@@ -242,6 +242,11 @@ jobs:
242
243
cargo --version
244
245
+ - name: Install rustfmt
246
+ shell: bash
247
+ run: |
248
+ rustup component add rustfmt
249
+
250
- name: Check formatting
251
shell: bash
252
run: |
.github/workflows/lint-commits.yml
@@ -46,7 +46,6 @@ jobs:
46
rustup show active-toolchain || rustup toolchain install
47
rustup show
48
49
-
50
51
52
- name: Get binstall
0 commit comments