From afae1f4bc542d95428a701aa32883ee77e12a81f Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Sat, 27 Jun 2020 21:29:22 -0400 Subject: [PATCH] Fix syntax errors --- .github/workflows/build_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 6e972a0..7179e98 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -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