Skip to content

Commit 7d868a3

Browse files
committed
Change to fail_on_error: true
1 parent ec271bc commit 7d868a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Checkout code
1010
uses: actions/checkout@v4
1111

12-
- name: Run Checkstyle (produce XML)
12+
- name: Run Checkstyle
1313
id: checkstyle
1414
uses: nikitasavinov/checkstyle-action@master
1515
with:
@@ -19,4 +19,4 @@ jobs:
1919
checkstyle_config: checkstyle.xml
2020
checkstyle_version: 10.17.0
2121
level: 'error'
22-
fail_on_error: false
22+
fail_on_error: true

0 commit comments

Comments
 (0)