Fix 'fmt' GitHub Actions workflow (#645)

This commit is contained in:
Hyeon Kim 2020-02-10 02:35:40 +09:00 committed by GitHub
parent f8c358c9ac
commit 80d3fe001a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install nightly Rust
run: rustup toolchain install nightly
- name: Run cargo fmt
run: cargo fmt --all -- --check