Skip to content

Commit 8bd3952

Browse files
committed
Add output logging for HTML validation results
1 parent fdda094 commit 8bd3952

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
status=$?
2828
set -e
2929
30+
echo "HTML validator output (pretty JSON):"
31+
jq '.' $CHECK_DIR/html-validation.json
32+
3033
jq -r '
3134
if (.messages|length==0) then "Geen HTML-validatiefouten."
3235
else

0 commit comments

Comments
 (0)