hakurei.app/validate_static
2020-04-07 10:06:29 -04:00

11 lines
274 B
Bash
Executable File

#!/bin/bash
set -o errexit -o nounset -o pipefail
shopt -s globstar
jshint --verbose static/**/*.js
stylelint static/**/*.css
validatornu --Werror --skip-non-html static
validatornu --Werror --skip-non-css static
validatornu --Werror --skip-non-svg --no-langdetect static