Skip to content

Commit bfb5c5a

Browse files
Merge pull request #1784 from kristof-mattei/rust-fmt
chore: install rust-fmt
2 parents d07d4e1 + 234465e commit bfb5c5a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,11 @@ jobs:
242242
243243
cargo --version
244244
245+
- name: Install rustfmt
246+
shell: bash
247+
run: |
248+
rustup component add rustfmt
249+
245250
- name: Check formatting
246251
shell: bash
247252
run: |

.github/workflows/lint-commits.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
rustup show active-toolchain || rustup toolchain install
4747
rustup show
4848
49-
5049
cargo --version
5150
5251
- name: Get binstall

0 commit comments

Comments
 (0)