We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25af9ed + 969f52e commit cc75f85Copy full SHA for cc75f85
.github/scripts/validate_report_files.sh
@@ -7,7 +7,7 @@ XSD_DIR="${SCRIPT_DIR}/xsd"
7
XML_JAR_DIR="${SCRIPT_DIR}/lib"
8
#XML Validator
9
XML_VALIDATOR="$XML_JAR_DIR/xml_validator.jar"
10
-HTML_VALIDATOR_URL="https://validator.w3.org/nu/"
+HTML_VALIDATOR_URL="http://localhost:8888/"
11
12
HTML_FILENAME="coverage.html"
13
declare -A XML_FILES
.github/workflows/build.yml
@@ -60,6 +60,10 @@ jobs:
60
oracle-base: '/opt/oracle'
61
62
services:
63
+ html_checker:
64
+ image: ghcr.io/validator/validator:latest
65
+ options: >-
66
+ -p 8888:8888
67
oracle:
68
image: ${{matrix.oracle-version}}
69
env:
0 commit comments