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.
rustfmt
1 parent aafae1f commit 5c4cb21Copy full SHA for 5c4cb21
.github/workflows/clippy.yml
@@ -26,6 +26,8 @@ jobs:
26
run: rustup target add x86_64-pc-windows-msvc
27
- name: Install clippy
28
run: rustup component add clippy
29
+ - name: Install rustfmt
30
+ run: rustup component add rustfmt
31
- name: Fix environment
32
uses: ./.github/actions/fix-environment
33
with:
crates/tools/yml/src/clippy.rs
@@ -29,6 +29,8 @@ jobs:
34
35
36
0 commit comments