Skip to content

Commit 9fc6371

Browse files
authored
Update pmd.yml
1 parent dbd4489 commit 9fc6371

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pmd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
find "$SOURCE_DIR" -type f \( -name "*.f" -o -name "*.f90" -o -name "*.for" -o -name "*.fpp" -o -name "*.F" -o -name "*.F90" \) -print0 |
3838
while IFS= read -r -d $'\0' file; do
3939
processed=$((processed + 1))
40-
echo -e "[$processed/$total_files] Processing ${file}..."
4140

4241
# Create a temporary file with same permissions as original
4342
TMP_FILE=$(mktemp)

0 commit comments

Comments
 (0)