From ba392c18e977a18a384aad79c9e2b985d6a73c97 Mon Sep 17 00:00:00 2001 From: Thomas Heslin <13917706+tjheslin1@users.noreply.github.com> Date: Fri, 28 Jan 2022 12:42:28 +0000 Subject: [PATCH] Fix rust.yml formatting --- .github/workflows/rust.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0aa3571..6d54026 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -28,13 +28,13 @@ jobs: override: true components: rustfmt, clippy - name: Build - uses: actions-rs/cargo@v1 - working-directory: 2021/day${{ matrix.day }} - with: - command: build --verbose - args: --manifest-path 2021/day${{ matrix.day }}/Cargo.toml + uses: actions-rs/cargo@v1 + working-directory: 2021/day${{ matrix.day }} + with: + command: build --verbose + args: --manifest-path 2021/day${{ matrix.day }}/Cargo.toml - name: Run tests - uses: actions-rs/cargo@v1 - with: - command: test --verbose - args: --manifest-path 2021/day${{ matrix.day }}/Cargo.toml + uses: actions-rs/cargo@v1 + with: + command: test --verbose + args: --manifest-path 2021/day${{ matrix.day }}/Cargo.toml