From e4975ad2521a455b38a7410efa16a4e1b1497522 Mon Sep 17 00:00:00 2001 From: "kennsippell@gmail.com" Date: Sun, 21 Jan 2024 15:22:41 -0600 Subject: [PATCH] GitHub documentation has one more indent --- .github/workflows/run-tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 4b87913e..7c1dba51 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -8,9 +8,9 @@ jobs: timeout-minutes: 15 steps: - - uses: actions/checkout@v2 - - name: actions/setup-node@v1 - with: - node-version: 20.x - - run: npm ci - - run: npm test + - uses: actions/checkout@v2 + - name: actions/setup-node@v1 + with: + node-version: 20.x + - run: npm ci + - run: npm test