Skip to content

Commit 085eaa5

Browse files
committed
just checking syntax
1 parent b3ae8fa commit 085eaa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pmd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
2929
- name: Running PMD
3030
run: |
31-
(cd pmd && pmd cpd -l fortran pr/src/* > ../pmd-fort.txt)
32-
(cd pmd && pmd cpd -l python pr/toolchain/* > ../pmd-py.txt)
31+
(cd pmd && ./pmd cpd -l fortran pr/src/* > ../pmd-fort.txt)
32+
(cd pmd && ./pmd cpd -l python pr/toolchain/* > ../pmd-py.txt)
3333
3434
- name: Display PMD Reports
3535
run: |

0 commit comments

Comments
 (0)