From 7a6cd8c64bf6764022615c9e11c80495c2052b5d Mon Sep 17 00:00:00 2001 From: David J Kordsmeier Date: Sun, 22 Sep 2024 09:51:05 -0700 Subject: [PATCH] Fix a WS error --- .github/workflows/eslint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 3ff88c5..915e9e7 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -34,7 +34,7 @@ jobs: - uses: pre-commit/action@v3.0.0 with: - extra_args: --all-files trailing-whitespace + extra_args: --all-files trailing-whitespace - name: Install ESLint if: success() || failure() run: @@ -60,4 +60,4 @@ jobs: # uses: github/codeql-action/upload-sarif@v3 # with: # sarif_file: eslint-results.sarif - # wait-for-processing: true + # wait-for-processing: true \ No newline at end of file