2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-30 09:15:33 +00:00

Merge pull request #414 from k-nasa/fix_github_actions

Add only rustfmt on Checking fmt and docs actions
This commit is contained in:
Yoshua Wuyts 2019-11-01 02:06:04 +01:00 committed by GitHub
commit c1e8517959
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: |