|
|
|
@ -18,6 +18,6 @@ jobs: |
|
|
|
- name: Linter |
|
|
|
- name: Linter |
|
|
|
uses: tj-actions/eslint-changed-files@v7.3 |
|
|
|
uses: tj-actions/eslint-changed-files@v7.3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
config-path: '.eslintrc.js' |
|
|
|
config_path: '.eslintrc.js' |
|
|
|
ignore-path: '.eslintignore' |
|
|
|
ignore-path: '.eslintignore' |
|
|
|
extensions: 'ts,tsx,js,jsx' |
|
|
|
extensions: 'ts,tsx,js,jsx' |
|
|
|
|