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 393d69b commit f9e3410Copy full SHA for f9e3410
.github/workflows/pmd.yml
@@ -24,11 +24,11 @@ jobs:
24
25
- name: Build PMD
26
run: |
27
- (cd pmd && mvn clean install -DskipTests> ../pmd.txt)
+ (cd pmd && ./mvnw clean install -DskipTests> ../pmd.txt)
28
29
- name: Running PMD
30
31
- alias pmd="$HOME/pmd/bin/pmd"
+ alias pmd="/pmd/bin/pmd"
32
pmd cpd -l fortran pr/src/* > ../pmd-fort.txt
33
pmd cpd -l python pr/toolchain/* > ../pmd-py.txt
34
0 commit comments