mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +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:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
checks: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
@ -35,3 +36,5 @@ jobs:
|
|||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
reporter: github-pr-review # Change reporter.
|
reporter: github-pr-review # Change reporter.
|
||||||
eslint_flags: './src'
|
eslint_flags: './src'
|
||||||
|
fail_level: error
|
||||||
|
filter_mode: nofilter
|
||||||
|
|||||||
Reference in New Issue
Block a user