|
|
|
@ -17,5 +17,7 @@ jobs: |
|
|
|
- name: Run ESLint on changed files |
|
|
|
- name: Run ESLint on changed files |
|
|
|
uses: tj-actions/eslint-changed-files@v4 |
|
|
|
uses: tj-actions/eslint-changed-files@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
|
|
|
|
config-path: '.eslintrc.js' |
|
|
|
|
|
|
|
ignore-path: '.eslintignore' |
|
|
|
extensions: 'ts,tsx,js,jsx' |
|
|
|
extensions: 'ts,tsx,js,jsx' |
|
|
|
extra-args: '--max-warnings=0' |
|
|
|
extra-args: '--max-warnings=0' |