From ceb9490b4eb281dc1b170f07d7603617ef072240 Mon Sep 17 00:00:00 2001 From: flx-sta <50131232+flx-sta@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:54:53 -0700 Subject: [PATCH] fix some identations for run-tests --- .github/workflows/tests.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 01ecf7db685..c2325c9d909 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,10 +36,9 @@ jobs: run-tests: name: Run Tests - needs: pre-test strategy: matrix: project: [misc, abilities, items, moves, battle] - uses: ./.github/workflows/run-test-template.yml - with: - project: ${{ matrix.project }} \ No newline at end of file + uses: ./.github/workflows/run-test-template.yml + with: + project: ${{ matrix.project }} \ No newline at end of file