mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 08:29:53 +01:00
Fix reviewdog ESLint path
This commit is contained in:
parent
9d49cc3c1d
commit
a22e5f3c07
1 changed files with 1 additions and 1 deletions
2
.github/workflows/retrospring.yml
vendored
2
.github/workflows/retrospring.yml
vendored
|
@ -99,4 +99,4 @@ jobs:
|
|||
- uses: reviewdog/action-eslint@v1
|
||||
with:
|
||||
reporter: github-check
|
||||
eslint_flags: '--ext .ts app/javascript'
|
||||
eslint_flags: '--ext .ts app/assets/javascript'
|
||||
|
|
Loading…
Reference in a new issue