Skip to content

Commit

Permalink
chore: Retry specifying config_loc at checkstyle action with differen…
Browse files Browse the repository at this point in the history
…t setting
  • Loading branch information
PENEKhun committed Jan 27, 2024
1 parent 0c35bc7 commit fed9b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +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'
properties_file: 'config/checkstyle/checkstyle-git-action.properties'

- name: Run checkstyle gradle
run: ./gradlew checkstyleMain checkstyleTest
1 change: 1 addition & 0 deletions config/checkstyle/checkstyle-git-action.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
config_loc=config/checkstyle/checkstyle-suppressions.xml

0 comments on commit fed9b64

Please sign in to comment.