Skip to content

Commit

Permalink
Checkstyle updates
Browse files Browse the repository at this point in the history
- check all files, not only added
- fail on error
  • Loading branch information
asturio committed Jul 13, 2022
1 parent 6da828f commit 83eaf06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checkstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
uses: nikitasavinov/checkstyle-action@0.6.0
with:
checkstyle_config: 'checkstyle.xml'
reporter: 'github-pr-check'
reporter: 'github-pr-check'
filter_mode: nofilter
fail_on_error: true

0 comments on commit 83eaf06

Please sign in to comment.