2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-18 22:36:45 +00:00

fix: Add only rustfmt on Checking fmt and docs actions

This commit is contained in:
k-nasa 2019-10-30 09:17:12 +09:00
parent da795dec7b
commit 3620b2b6ab

View file

@ -59,8 +59,10 @@ jobs:
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
profile: minimal
toolchain: ${{ steps.component.outputs.toolchain }} toolchain: ${{ steps.component.outputs.toolchain }}
override: true override: true
components: rustfmt
- name: setup - name: setup
run: | run: |