We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d062c commit f25ef34Copy full SHA for f25ef34
.github/workflows/todos-extract-from-code.yml
@@ -94,7 +94,6 @@ jobs:
94
fi
95
96
if [ "$PUZZLES_FILES_MODIFIED" = 'yes' ]; then
97
- printf 'pdd.json: %d puzzles\n' "$(grep -c '<puzzle>' generated-todos/pdd.json)"
98
printf 'pdd.json: %d puzzles\n' "$(jq '.puzzles | length' generated-todos/pdd.json)"
99
printf 'todos-in-code.tsv: %d todos\n' "$(sed 1d generated-todos/todos-in-code.tsv | wc -l)"
100
else
0 commit comments