mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
chore: configure PMD (#5155)
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -33,3 +33,5 @@ jobs:
|
||||
run: mvn checkstyle:check
|
||||
- name: SpotBugs
|
||||
run: mvn spotbugs:check
|
||||
- name: PMD
|
||||
run: mvn pmd:check
|
||||
|
||||
Reference in New Issue
Block a user