Skip to content

Commit 3823eab

Browse files
committed
Use github-pr-annotation
1 parent 6cb3a91 commit 3823eab

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
env:
1111
BUNDLE_GEMFILE: ${{ github.workspace }}/test/using_bundler/Gemfile
1212
steps:
13-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14-
- uses: ruby/setup-ruby@922ebc4c5262cd14e07bb0e1db020984b6c064fe # v1.226.0
13+
- uses: actions/checkout@v6
14+
- uses: ruby/setup-ruby@v1
1515
with:
1616
ruby-version: 3.4
1717
bundler-cache: true

.github/workflows/reviewdog.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: reviewdog/action-misspell@v1
1212
with:
1313
github_token: ${{ secrets.github_token }}
14-
reporter: github-pr-review
14+
reporter: github-pr-annotation
1515
fail_level: any
1616
locale: "US"
1717

@@ -24,7 +24,8 @@ jobs:
2424
uses: reviewdog/action-shellcheck@v1
2525
with:
2626
github_token: ${{ secrets.github_token }}
27-
reporter: github-pr-review
27+
reporter: github-pr-annotation
28+
fail_level: any
2829
path: "."
2930
pattern: "*.sh"
3031
exclude: "./.git/*"
@@ -38,7 +39,7 @@ jobs:
3839
uses: reviewdog/action-yamllint@v1
3940
with:
4041
github_token: ${{ secrets.github_token }}
41-
reporter: github-pr-review
42+
reporter: github-pr-annotation
4243
fail_level: any
4344
yamllint_flags: '-d "{extends: default, rules: {truthy: disable}}" .'
4445

@@ -49,7 +50,8 @@ jobs:
4950
- uses: actions/checkout@v6
5051
- uses: reviewdog/action-actionlint@v1
5152
with:
52-
reporter: github-check
53+
reporter: github-pr-annotation
54+
fail_level: error
5355
level: warning
5456

5557
alex:
@@ -59,5 +61,6 @@ jobs:
5961
- uses: actions/checkout@v6
6062
- uses: reviewdog/action-alex@v1
6163
with:
62-
reporter: github-check
64+
reporter: github-pr-annotation
65+
fail_level: error
6366
level: warning

0 commit comments

Comments
 (0)