Skip to content

Commit f25ef34

Browse files
committed
chore: remove a stale command
Correction for b7a7af8 commit.
1 parent 33d062c commit f25ef34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/todos-extract-from-code.yml

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ jobs:
9494
fi
9595
9696
if [ "$PUZZLES_FILES_MODIFIED" = 'yes' ]; then
97-
printf 'pdd.json: %d puzzles\n' "$(grep -c '<puzzle>' generated-todos/pdd.json)"
9897
printf 'pdd.json: %d puzzles\n' "$(jq '.puzzles | length' generated-todos/pdd.json)"
9998
printf 'todos-in-code.tsv: %d todos\n' "$(sed 1d generated-todos/todos-in-code.tsv | wc -l)"
10099
else

0 commit comments

Comments
 (0)