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 dbd4489 commit 9fc6371Copy full SHA for 9fc6371
.github/workflows/pmd.yml
@@ -37,7 +37,6 @@ jobs:
37
find "$SOURCE_DIR" -type f \( -name "*.f" -o -name "*.f90" -o -name "*.for" -o -name "*.fpp" -o -name "*.F" -o -name "*.F90" \) -print0 |
38
while IFS= read -r -d $'\0' file; do
39
processed=$((processed + 1))
40
- echo -e "[$processed/$total_files] Processing ${file}..."
41
42
# Create a temporary file with same permissions as original
43
TMP_FILE=$(mktemp)
0 commit comments