Skip to content

Commit 1fd6cf7

Browse files
chore(ci): fix required Rust components list
1 parent fea9a78 commit 1fd6cf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/premerge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333

3434
- name: install Rust
3535
uses: actions-rust-lang/[email protected]
36-
with: { components: rustfmt, clippy }
36+
with:
37+
components: rustfmt,clippy
3738

3839
- name: format
3940
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)