Skip to content

Commit

Permalink
remove review dog for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rivernate committed Jul 18, 2024
1 parent 20be522 commit 95f81b5
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,9 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v41
with:
files: |
**/*.{js,ts}
files_ignore: |
third_party/**
- uses: actions/setup-node@v4
with:
node-version: 11
cache: 'npm'
- run: npm install
- uses: reviewdog/action-eslint@v1
if: steps.changed-files.outputs.any_changed == 'true'
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.REVIEW_DOG_PAT }}
with:
github_token: ${{ secrets.REVIEW_DOG_PAT }}
reporter: github-pr-review
level: error
eslint_flags: ${{ steps.changed-files.outputs.all_changed_files }}
- run: npm run ci

0 comments on commit 95f81b5

Please sign in to comment.