Louis Lam
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
.github/workflows/reviewdog.yml
|
@ -3,8 +3,6 @@ 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 |
|
|