Skip to content

Commit 33b620f

Browse files
committed
remove .rs files restriction
1 parent 43c9dda commit 33b620f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bench-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
for_loop_count_in_file=$(grep -oE 'for\s+(\([^)]+\)|\w+)\s+in\s+[^{]+' "$file" | wc -l)
6565
echo "Count in file: $for_loop_count_in_file"
6666
((for_loop_count += for_loop_count_in_file))
67-
done < <(find . -type f -name '*.rs')
67+
done
6868
echo "for loop occurrences: $for_loop_count"
6969
7070
- name: count iterator methods

0 commit comments

Comments
 (0)