Browse Source

Delete reviewdog.yml

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

13
.github/workflows/reviewdog.yml

@ -1,13 +0,0 @@
name: reviewdog
on: [pull_request]
jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.PERSONAL_TOKEN }}
reporter: github-pr-review
eslint_flags: --ext .js,.ts,.vue .
Loading…
Cancel
Save