validate xml

This commit is contained in:
Daniel Micay 2020-04-19 03:00:53 -04:00
parent 539b97e347
commit 43739b3b80

View File

@ -1,10 +1,11 @@
#!/bin/bash
set -o errexit -o nounset -o pipefail
shopt -s globstar
shopt -s extglob globstar
export PATH="$PWD/node_modules/.bin:$PATH"
xmllint --noout static/**/*.@(svg|xml)
jshint --verbose static/**/*.js
stylelint static/**/*.css
validatornu --Werror --skip-non-html static