We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5da19 commit 3139c12Copy full SHA for 3139c12
.github/workflows/qa.yml
@@ -37,4 +37,4 @@ jobs:
37
run: mvn -B checkstyle:checkstyle --file pom.xml
38
- name: Run PMD Check
39
if: success() || failure()
40
- run: mvn -B pmp:pmp --file pom.xml
+ run: mvn -B pmd:pmd --file pom.xml
0 commit comments