Skip to content

Commit

Permalink
Fix a WS error
Browse files Browse the repository at this point in the history
  • Loading branch information
truedat101 committed Sep 22, 2024
1 parent e7d46c1 commit 7a6cd8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- uses: pre-commit/[email protected]
with:
extra_args: --all-files trailing-whitespace
extra_args: --all-files trailing-whitespace
- name: Install ESLint
if: success() || failure()
run:
Expand All @@ -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

0 comments on commit 7a6cd8c

Please sign in to comment.