Skip to content

Commit c0db5bd

Browse files
committed
Add continue on error for checkstyle
1 parent 3b7ad55 commit c0db5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
restore-keys: ${{ runner.os }}-m2
3535
- name: Run QA Checkstyle
3636
if: success() || failure()
37-
run: mvn -B checkstyle:check --file pom.xml
37+
run: mvn -B checkstyle:checkstyle --file pom.xml

0 commit comments

Comments
 (0)