Skip to content

Commit f022a85

Browse files
committed
quick syntax correction
1 parent e3626f6 commit f022a85

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
@@ -29,8 +29,8 @@ jobs:
2929
3030
- name: Running PMD
3131
run: |
32-
(cd pmd && $pmd cpd -l fortran pr/src/* > ../pmd-fort.txt)
33-
(cd pmd && $pmd cpd -l python pr/toolchain/* > ../pmd-py.txt)
32+
(cd pmd && pmd cpd -l fortran pr/src/* > ../pmd-fort.txt)
33+
(cd pmd && pmd cpd -l python pr/toolchain/* > ../pmd-py.txt)
3434
3535
- name: Display PMD Reports
3636
run: |

0 commit comments

Comments
 (0)