We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustfmt
1 parent 9162058 commit eeac55aCopy full SHA for eeac55a
.github/workflows/fmt.yml
@@ -22,5 +22,7 @@ jobs:
22
uses: actions/checkout@v5
23
- name: Update toolchain
24
run: rustup update --no-self-update stable && rustup default stable
25
+ - name: Install rustfmt
26
+ run: rustup component add rustfmt
27
- name: Check
28
run: cargo fmt --all -- --check
.github/workflows/gen.yml
@@ -26,6 +26,8 @@ jobs:
29
30
31
- name: Run
32
run: cargo run -p tool_${{ matrix.tool }} --release
33
0 commit comments