Add yamllint to website testing
This commit is contained in:
parent
f0c3261e46
commit
ca7839aadd
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ msg() {
|
||||||
echo -e "\e[1;32m$*\e[0m"
|
echo -e "\e[1;32m$*\e[0m"
|
||||||
}
|
}
|
||||||
|
|
||||||
gem install html-proofer
|
find . -name \*.yml -print0 | xargs -0 yamllint -s
|
||||||
msg Success: Installed html-proofer
|
msg Success: yamllint passed
|
||||||
|
|
||||||
jekyll build -t --config _config.yml,_dev.yml
|
jekyll build -t --config _config.yml,_dev.yml
|
||||||
msg Success: Built jekyll site
|
msg Success: Built jekyll site
|
Loading…
Reference in a new issue