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 cb52bc4 commit 721e93bCopy full SHA for 721e93b
.github/workflows/tests.yml
@@ -38,10 +38,7 @@ jobs:
38
java-version: '11'
39
40
- name: Download vnu checker
41
- run: wget https://github.com/validator/validator/releases/download/20.6.30/vnu.jar_20.6.30.zip
42
-
43
- - name: Unzip jar file
44
- run: unzip vnu.jar_20.6.30.zip
+ run: wget https://github.com/validator/validator/releases/download/latest/vnu.jar
45
46
- name: Run Nu Html Checker (v.Nu)
47
run: java -cp ./dist/vnu.jar -Xss1024k -Dnu.validator.servlet.bind-address=127.0.0.1 nu.validator.servlet.Main 8888 &
0 commit comments