set -eo pipefail
exec 0< /dev/null
echo "[32m$ yamllint **/*.yml[39m"
yamllint **/*.yml
exit 0
