Skip to content

Commit

Permalink
chore: Specify config_loc at checkstyle action
Browse files Browse the repository at this point in the history
  • Loading branch information
PENEKhun committed Jan 27, 2024
1 parent d1e811d commit 0c35bc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
github_token: ${{ secrets.TOKEN }}
reporter: 'github-pr-check'
checkstyle_config: 'config/checkstyle/checkstyle.xml'
properties_file: 'Dconfig_loc=config/checkstyle/checkstyle-suppressions.xml'

- name: Run checkstyle gradle
run: ./gradlew checkstyleMain checkstyleTest

0 comments on commit 0c35bc7

Please sign in to comment.