Skip to content

Commit 3139c12

Browse files
committed
Add pmd
1 parent 2e5da19 commit 3139c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
run: mvn -B checkstyle:checkstyle --file pom.xml
3838
- name: Run PMD Check
3939
if: success() || failure()
40-
run: mvn -B pmp:pmp --file pom.xml
40+
run: mvn -B pmd:pmd --file pom.xml

0 commit comments

Comments
 (0)