Skip to content

Commit e791f08

Browse files
chore(ci): add rustfmt to toolchain components in rust-build workflow
1 parent 8ea3461 commit e791f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: dtolnay/rust-toolchain@stable
3636
with:
3737
toolchain: ${{ inputs.rust-version }}
38-
components: clippy
38+
components: clippy, rustfmt
3939

4040
- name: Cache dependencies
4141
if: ${{ inputs.enable-cache }}

0 commit comments

Comments
 (0)