Merge pull request #414 from k-nasa/fix_github_actions

Add only rustfmt on Checking fmt and docs actions
poc-serde-support
Yoshua Wuyts 5 years ago committed by GitHub
commit c1e8517959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save