Need a change to trigger the build, doh.

This commit is contained in:
Ilir Bekteshi 2019-12-17 12:50:34 +01:00
parent ea809ad25c
commit 9ea81d4a61

View file

@ -1,5 +1,9 @@
#!/bin/sh -l
echo "======================"
echo "= Linting YAML files ="
echo "======================"
if [ ! -z "$INPUT_STRICT" ]; then
STRICT="-s"
fi