Skip to content

Commit 721e93b

Browse files
committed
Use latest version of vnu.jar
1 parent cb52bc4 commit 721e93b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ jobs:
3838
java-version: '11'
3939

4040
- 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
41+
run: wget https://github.com/validator/validator/releases/download/latest/vnu.jar
4542

4643
- name: Run Nu Html Checker (v.Nu)
4744
run: java -cp ./dist/vnu.jar -Xss1024k -Dnu.validator.servlet.bind-address=127.0.0.1 nu.validator.servlet.Main 8888 &

0 commit comments

Comments
 (0)