Skip to content

Commit 3620b2b

Browse files
committed
fix: Add only rustfmt on Checking fmt and docs actions
1 parent da795de commit 3620b2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@ jobs:
5959

6060
- uses: actions-rs/toolchain@v1
6161
with:
62+
profile: minimal
6263
toolchain: ${{ steps.component.outputs.toolchain }}
6364
override: true
65+
components: rustfmt
6466

6567
- name: setup
6668
run: |

0 commit comments

Comments
 (0)