Update reviewdog.yml
This commit is contained in:
parent
5163e16482
commit
3f56167198
|
@ -10,5 +10,6 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: reviewdog/action-eslint@v1
|
- uses: reviewdog/action-eslint@v1
|
||||||
with:
|
with:
|
||||||
|
github_token: ${{ secrets.PERSONAL_TOKEN }}
|
||||||
reporter: github-pr-review
|
reporter: github-pr-review
|
||||||
eslint_flags: --ext .js,.ts,.vue .
|
eslint_flags: --ext .js,.ts,.vue .
|
||||||
|
|
Loading…
Reference in New Issue