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 36fb29e commit 76352ddCopy full SHA for 76352dd
.github/workflows/pmd.yml
@@ -30,7 +30,7 @@ jobs:
30
unzip -q pmd.zip
31
PMD_HOME="pmd-bin-${PMD_VERSION}"
32
33
- SOURCE_DIR="${1:-pr/src}"
+ SOURCE_DIR="${1:-src}"
34
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)
35
processed=0
36
0 commit comments