Skip to content

Commit

Permalink
fix: eslint config path
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Jul 19, 2024
1 parent ebac1cf commit 49b5a4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ jobs:
uses: swrlab/node-utils/.github/workflows/linter.yml@main
with:
install-all: false
log-level: "NOTICE"
log-level: 'NOTICE'
validate-all-codebase: false
javascript-es-config-file: /.eslintrc.json

0 comments on commit 49b5a4e

Please sign in to comment.