Skip to content

Commit c12a6a9

Browse files
committed
ci: add rustfmt component to fmt check job
1 parent a842e21 commit c12a6a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
- uses: dtolnay/rust-toolchain@stable
110110
with:
111111
toolchain: stable
112+
components: rustfmt
112113

113114
- name: Check code formatting
114115
run: cargo fmt -- --check

0 commit comments

Comments
 (0)