Add yamllint to website testing

pull/154/head
Tim Byrne 5 years ago
parent f0c3261e46
commit ca7839aadd
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12

@ -5,8 +5,8 @@ msg() {
echo -e "\e[1;32m$*\e[0m"
}
gem install html-proofer
msg Success: Installed html-proofer
find . -name \*.yml -print0 | xargs -0 yamllint -s
msg Success: yamllint passed
jekyll build -t --config _config.yml,_dev.yml
msg Success: Built jekyll site
Loading…
Cancel
Save