Skip to content

Commit 2bf4ff3

Browse files
authored
Update maven-pmd.yml
1 parent 3603db0 commit 2bf4ff3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-pmd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
java-version: '17'
2828
distribution: 'temurin'
2929
cache: maven
30-
- name: Compile Code with Apache Maven
31-
run: mvn -B compile pmd:pmd --file pom.xml
30+
- name: Check Code with PMD
31+
run: mvn -B pmd:check --file pom.xml
3232
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
3333

0 commit comments

Comments
 (0)