Skip to content

Commit c56ed0a

Browse files
committed
Fix yaml
1 parent e6dd68e commit c56ed0a

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
22+
components: rustfmt clippy
2323

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

0 commit comments

Comments
 (0)