Skip to content

Commit 76352dd

Browse files
author
mohdsaid497566
committed
comments removal 3
1 parent 36fb29e commit 76352dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pmd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
unzip -q pmd.zip
3131
PMD_HOME="pmd-bin-${PMD_VERSION}"
3232
33-
SOURCE_DIR="${1:-pr/src}"
33+
SOURCE_DIR="${1:-src}"
3434
total_files=$(find "$SOURCE_DIR" -type f \( -name "*.f" -o -name "*.f90" -o -name "*.for" -o -name "*.fpp" -o -name "*.F" -o -name "*.F90" \) | wc -l)
3535
processed=0
3636

0 commit comments

Comments
 (0)