We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdda094 commit 8bd3952Copy full SHA for 8bd3952
1 file changed
.github/workflows/build.yml
@@ -27,6 +27,9 @@ jobs:
27
status=$?
28
set -e
29
30
+ echo "HTML validator output (pretty JSON):"
31
+ jq '.' $CHECK_DIR/html-validation.json
32
+
33
jq -r '
34
if (.messages|length==0) then "Geen HTML-validatiefouten."
35
else
0 commit comments