Skip to content

Commit

Permalink
Report pmd violation as pr comment
Browse files Browse the repository at this point in the history
Because I don't like scrolling
  • Loading branch information
mprins committed Apr 25, 2024
1 parent 9eb01c1 commit ba0e990
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ jobs:
- name: Remove SNAPSHOT jars from repository
run: |
find ~/.m2/repository -name "*SNAPSHOT*" -type d | xargs rm -rf {}
- uses: lcollins/pmd-github-action@v2
with:
path: '**/pmd.xml'

0 comments on commit ba0e990

Please sign in to comment.