1
Fork 0
theorangeone.net-legacy/scripts/test.sh

13 lines
155 B
Bash
Raw Permalink Normal View History

2021-06-06 16:26:35 +01:00
#!/usr/bin/env sh
2018-05-18 20:59:30 +01:00
set -e
source ./scripts/common.sh
set -x
2018-05-18 20:59:30 +01:00
sass-lint -vqc .sass-lint.yml
eslint $STATIC_SRC/js
yamllint data/*.yml
yamllint config.yml