Skip to content

Commit 1c02741

Browse files
committed
Update uses: dbelyaev/action-checkstyle@v3
1 parent 7d868a3 commit 1c02741

1 file changed

Lines changed: 9 additions & 15 deletions

File tree

.github/workflows/check-style.yml

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
1-
name: check-style
1+
name: reviewdog
22
on: [pull_request]
33

44
jobs:
5-
checkstyle_job:
5+
checkstyle:
6+
name: runner / checkstyle
67
runs-on: ubuntu-latest
7-
name: Checkstyle job
88
steps:
9-
- name: Checkout code
10-
uses: actions/checkout@v4
11-
12-
- name: Run Checkstyle
13-
id: checkstyle
14-
uses: nikitasavinov/checkstyle-action@master
9+
- uses: actions/checkout@v5
10+
- uses: dbelyaev/action-checkstyle@v3
1511
with:
16-
github_token: ${{ secrets.GITHUB_TOKEN }}
17-
reporter: 'github-pr-review'
18-
tool_name: 'checkstyle'
12+
github_token: ${{ secrets.github_token }}
13+
reporter: github-pr-review
14+
level: error
15+
checkstyle_version: "9.0"
1916
checkstyle_config: checkstyle.xml
20-
checkstyle_version: 10.17.0
21-
level: 'error'
22-
fail_on_error: true

0 commit comments

Comments
 (0)