Skip to content

Commit

Permalink
Add ReviewDog
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Aug 1, 2023
1 parent 0e57efe commit a732fa6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/autocorrect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ jobs:
uses: huacnlee/autocorrect-action@main
with:
use_npm: true

- name: Report ReviewDog
if: failure()
uses: huacnlee/autocorrect-action@main
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
use_npm: true
reviewdog: true

0 comments on commit a732fa6

Please sign in to comment.