Skip to content

Commit aef88ea

Browse files
committed
Fix yaml
1 parent c56ed0a commit aef88ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
profile: minimal
2020
toolchain: stable
2121
override: true
22-
components: rustfmt clippy
22+
components: rustfmt, clippy
2323

2424
- name: Check formatting
2525
run: cargo fmt -- --check

0 commit comments

Comments
 (0)