mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
fix: action should catch errors
This commit is contained in:
3
.github/workflows/reviewdog.yml
vendored
3
.github/workflows/reviewdog.yml
vendored
@ -12,6 +12,7 @@ jobs:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
checks: write
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
@ -35,3 +36,5 @@ jobs:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
reporter: github-pr-review # Change reporter.
|
||||
eslint_flags: './src'
|
||||
fail_level: error
|
||||
filter_mode: nofilter
|
||||
|
||||
Reference in New Issue
Block a user