Fix syntax errors

This commit is contained in:
Natsu Kagami 2020-06-27 21:29:22 -04:00
parent 88c160a219
commit afae1f4bc5
Signed by: nki
GPG key ID: 73376E117CD20735

View file

@ -19,14 +19,14 @@ jobs:
with:
toolchain: stable
components: rustfmt
- uses: actions/cache@v2
- uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Run rustfmt
- name: Run rustfmt
run: cargo fmt -- --check
check:
name: Lint