1
Fork 0
theorangeone.net-legacy/scripts/test.sh
Jake Howard 58d300f991
Remove the spellchecking
Maintaining the .spelling file is nasty!
2019-12-20 09:22:49 +00:00

12 lines
157 B
Bash
Executable file

#!/usr/bin/env bash
set -e
source ./scripts/common.sh
set -x
sass-lint -vqc .sass-lint.yml
eslint $STATIC_SRC/js
yamllint data/*.yml
yamllint config.yml