extend xmllint file extensions

This commit is contained in:
Daniel Micay 2023-04-10 20:30:52 -04:00
parent 12e579c5c0
commit 60b934f77c

View File

@ -76,7 +76,7 @@ sed -i "$replace" static-tmp/releases.html
gixy nginx-tmp/nginx.conf gixy nginx-tmp/nginx.conf
xmllint --noout static-tmp/**/*.html xmllint --noout static-tmp/**/*.@(html|svg|xml)
java -jar node_modules/vnu-jar/build/dist/vnu.jar --errors-only static-tmp/**/*.html java -jar node_modules/vnu-jar/build/dist/vnu.jar --errors-only static-tmp/**/*.html
java -jar node_modules/vnu-jar/build/dist/vnu.jar --Werror --css static-tmp/**/*.css java -jar node_modules/vnu-jar/build/dist/vnu.jar --Werror --css static-tmp/**/*.css
java -jar node_modules/vnu-jar/build/dist/vnu.jar --Werror --svg static-tmp/**/!(bimi).svg java -jar node_modules/vnu-jar/build/dist/vnu.jar --Werror --svg static-tmp/**/!(bimi).svg