mirror of
https://github.com/TheLocehiliosan/yadm
synced 2026-03-02 03:49:29 +00:00
Add yamllint to website testing
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user