fix: action should catch errors

This commit is contained in:
JellyBrick
2025-09-06 06:22:19 +09:00
parent 77a2bbf02a
commit 4ed97f0145

View File

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