Skip to content

Commit

Permalink
Update reviewdog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mostypc123 authored Oct 31, 2024
1 parent ecaff6a commit 88afe3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install reviewdog
run: |
curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s
- name: Run reviewdog
uses: reviewdog/action-template@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
level: warning
reviewdog_flags: "--diff-oneline"

0 comments on commit 88afe3e

Please sign in to comment.