We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56ed0a commit aef88eaCopy full SHA for aef88ea
.github/workflows/rust-check.yml
@@ -19,7 +19,7 @@ jobs:
19
profile: minimal
20
toolchain: stable
21
override: true
22
- components: rustfmt clippy
+ components: rustfmt, clippy
23
24
- name: Check formatting
25
run: cargo fmt -- --check
0 commit comments