chore: lint-action gebruik forked action
Gebruik de fork van rkuykendall om eslint v9 te ondersteunen
This commit is contained in:
parent
4c5799ec0e
commit
3287539419
1 changed files with 3 additions and 2 deletions
5
.github/workflows/lint-action.yml
vendored
5
.github/workflows/lint-action.yml
vendored
|
@ -34,8 +34,9 @@ jobs:
|
|||
run: npm ci
|
||||
|
||||
- name: Run linters
|
||||
uses: wearerequired/lint-action@v2
|
||||
uses: rkuykendall/lint-action@master
|
||||
with:
|
||||
auto_fix: true
|
||||
eslint: true
|
||||
eslint_args: "--debug --config eslint.config.ts ./"
|
||||
eslint_args: "--debug --config eslint.config.ts"
|
||||
prettier: true
|
Loading…
Add table
Add a link
Reference in a new issue