Skip to content

Commit

Permalink
fix(ci/pmd): actually fail the check
Browse files Browse the repository at this point in the history
Signed-off-by: Bacon <[email protected]>
  • Loading branch information
Baconing authored Aug 21, 2024
1 parent 9c0b238 commit 12e8c50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ jobs:

- name: PMD failed
if: ${{ !success() || steps.pmd.outputs.violations > 0 }}
run: exit 1

0 comments on commit 12e8c50

Please sign in to comment.