Skip to content

Commit b64d7b3

Browse files
committed
Merge branch 'master' into mdui
2 parents f98ea0f + 789a303 commit b64d7b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/reviewdog.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ jobs:
1212
permissions:
1313
contents: read
1414
pull-requests: write
15+
checks: write
1516
steps:
1617
- uses: actions/checkout@v5
18+
with:
19+
ref: ${{ github.event.pull_request.head.sha }}
1720

1821
- name: Install pnpm
1922
uses: pnpm/action-setup@v4
@@ -35,3 +38,4 @@ jobs:
3538
github_token: ${{ secrets.GITHUB_TOKEN }}
3639
reporter: github-pr-review # Change reporter.
3740
eslint_flags: './src'
41+
fail_level: error

0 commit comments

Comments
 (0)