From ca7839aadd520d99b0e29d8b04c201c1443870b4 Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Thu, 21 Mar 2019 22:52:15 -0500 Subject: [PATCH] Add yamllint to website testing --- test/{travis-ci => validate} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename test/{travis-ci => validate} (82%) diff --git a/test/travis-ci b/test/validate similarity index 82% rename from test/travis-ci rename to test/validate index fc11b34..dd57e27 100755 --- a/test/travis-ci +++ b/test/validate @@ -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