mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 03:52:24 +00:00
update lint runner
This commit is contained in:
parent
8d456bbc7e
commit
792ae1490f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linting.yml
vendored
2
.github/workflows/linting.yml
vendored
|
|
@ -31,6 +31,6 @@ jobs:
|
||||||
uses: wearerequired/lint-action@v2
|
uses: wearerequired/lint-action@v2
|
||||||
with:
|
with:
|
||||||
eslint: true
|
eslint: true
|
||||||
eslint_dir: src
|
eslint_args: src
|
||||||
eslint_extensions: tsx,ts
|
eslint_extensions: tsx,ts
|
||||||
eslint_auto_fix: false
|
eslint_auto_fix: false
|
||||||
Loading…
Reference in a new issue