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: with:
toolchain: stable toolchain: stable
components: rustfmt components: rustfmt
- uses: actions/cache@v2 - uses: actions/cache@v2
with: with:
path: | path: |
~/.cargo/registry ~/.cargo/registry
~/.cargo/git ~/.cargo/git
target target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Run rustfmt - name: Run rustfmt
run: cargo fmt -- --check run: cargo fmt -- --check
check: check:
name: Lint name: Lint