Skip to content

Commit 5754803

Browse files
committed
some changes
1 parent 6493227 commit 5754803

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/pmd.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
steps:
1212
- name: Clone - PR
1313
uses: actions/checkout@v4
14-
with:
15-
path: pr
1614

1715
- name: Set up Java
1816
uses: actions/setup-java@v4
@@ -31,13 +29,13 @@ jobs:
3129
PMD_HOME="pmd-bin-${PMD_VERSION}"
3230
3331
"${PMD_HOME}/bin/pmd" cpd \
34-
--dir /pr/src \
32+
--dir src \
3533
--language fortran \
3634
--minimum-tokens=10 \
3735
--fail-on-violation false
3836

3937
"${PMD_HOME}/bin/pmd" cpd \
40-
--dir /pr/toolchain \
41-
--language fortran \
38+
--dir toolchain \
39+
--language Python \
4240
--minimum-tokens=10 \
43-
--fail-on-violation false
41+
--fail-on-violation false

0 commit comments

Comments
 (0)