Skip to content

Commit

Permalink
Adding checkstyle reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaland committed Nov 12, 2024
1 parent 8f37c4f commit a505a8b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/reporting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:

- name: Build and generate report
run: |
mvn site
mvn -B site
- name: Push Checkstyle results
uses: jwgmeligmeyling/checkstyle-github-action@master
with:
path: '**/checkstyle-result.xml'

- name: Publish report
uses: actions/upload-artifact@v4
with:
name: Report
path: target/site

- name: Push Checkstyle results
uses: jwgmeligmeyling/checkstyle-github-action@master
with:
path: 'target/checkstyle-result.xml'
path: target/site

0 comments on commit a505a8b

Please sign in to comment.