Skip to content

Commit

Permalink
Publish Checkstyle Results (apache#28259)
Browse files Browse the repository at this point in the history
* Publish checkstyle check

* Update .github/workflows/beam_PreCommit_Spotless.yml

Co-authored-by: Danny McCormick <dannymccormick@google.com>

---------

Co-authored-by: Danny McCormick <dannymccormick@google.com>
  • Loading branch information
2 people authored and andreydevyatkin committed Sep 14, 2023
1 parent 629968e commit 66fdc53
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/beam_PreCommit_Spotless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ concurrency:
permissions:
actions: write
pull-requests: read
checks: read
checks: write
contents: read
deployments: read
id-token: none
Expand Down Expand Up @@ -94,4 +94,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: java-code-coverage-report
path: "**/build/reports/checkstyle/*.xml"
path: "**/build/reports/checkstyle/*.xml"
- name: Publish checkstyle check
uses: jwgmeligmeyling/checkstyle-github-action@v1
if: always()
with:
path: '**/build/reports/checkstyle/*.xml'

0 comments on commit 66fdc53

Please sign in to comment.