Skip to content

Commit

Permalink
Create reviewdog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mostypc123 authored Oct 31, 2024
1 parent e951155 commit ecaff6a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Reviewdog

on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]

jobs:
reviewdog:
name: Run reviewdog
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- 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 ecaff6a

Please sign in to comment.