Skip to content

Commit

Permalink
chore: Add fail_on_error to lint checker
Browse files Browse the repository at this point in the history
  • Loading branch information
PENEKhun committed Jan 27, 2024
1 parent 4aaad48 commit 7fbfd5c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ jobs:
reporter: 'github-pr-check'
checkstyle_config: 'config/checkstyle/checkstyle.xml'
properties_file: 'config/checkstyle/checkstyle-git-action.properties'

- name: Run checkstyle gradle
run: ./gradlew checkstyleMain checkstyleTest
fail_on_error: true
level: 'error'

0 comments on commit 7fbfd5c

Please sign in to comment.