Update reviewdog.yml

This commit is contained in:
Louis Lam 2021-08-10 17:36:45 +08:00 committed by GitHub
parent d93f6e2716
commit 5163e16482
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,12 @@ on: [pull_request]
jobs: jobs:
eslint: eslint:
name: runner / eslint name: runner / eslint
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- 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 .