From a8f18666dbddd370a1374297a993ee7e14748beb Mon Sep 17 00:00:00 2001 From: peterwoodworth Date: Mon, 19 Jun 2023 16:29:33 -0700 Subject: [PATCH] chore: fix workflow file indentation --- .github/workflows/development.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 84f7406..8465d66 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -33,9 +33,9 @@ jobs: matrix: os: [[self-hosted, linux-fargate], [self-hosted, windows-fargate], windows-latest, ubuntu-latest, macos-latest] node: [14, 16, 18] - name: Run integ tests - runs-on: ${{ matrix.os }} - timeout-minutes: 30 + name: Run integ tests + runs-on: ${{ matrix.os }} + timeout-minutes: 30 steps: - name: "Checkout repository" uses: actions/checkout@v3