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
with:
profile: minimal
toolchain: ${{ steps.component.outputs.toolchain }}
override: true
components: rustfmt
- name: setup
run: |