Skip to content

Commit

Permalink
ci: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Szzrain committed Oct 19, 2024
1 parent 725573c commit 376cd59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
paths:
- '**.go'
- 'go.mod'
- '.github/workflows/.reviewdog.yml'
- '.github/workflows/reviewdog.yml'
pull_request:
paths:
- '**.go'
- 'go.mod'
- '.github/workflows/.reviewdog.yml'
- '.github/workflows/reviewdog.yml'

jobs:
review-dog:
Expand Down

0 comments on commit 376cd59

Please sign in to comment.