config-path -> config_path
This commit is contained in:
2
web/.github/workflows/linter.yml
vendored
2
web/.github/workflows/linter.yml
vendored
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user