Browse Source

Update reviewdog.yml

pull/200/head
Louis Lam 3 years ago
committed by GitHub
parent
commit
98fa995d3f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/reviewdog.yml

2
.github/workflows/reviewdog.yml

@ -3,8 +3,6 @@ on: [pull_request]
jobs:
eslint:
name: runner / eslint
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save