From 31d870495892a847f4878ebcee2dba46ae7a90f7 Mon Sep 17 00:00:00 2001 From: Bill Christo Date: Mon, 13 May 2024 00:16:59 -0400 Subject: [PATCH] fix indentation --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6095f40..1a0782f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,8 +28,8 @@ jobs: - run: npm test - name: Coveralls - uses: coverallsapp/github-action@1.1.2 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: ./coverage/lcov.info - flag-name: run-${{ matrix.node }} \ No newline at end of file + uses: coverallsapp/github-action@1.1.2 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + path-to-lcov: ./coverage/lcov.info + flag-name: run-${{ matrix.node }} \ No newline at end of file