diff --git a/entrypoint.sh b/entrypoint.sh index d8e8717..12e63c4 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,9 @@ #!/bin/sh -l +echo "======================" +echo "= Linting YAML files =" +echo "======================" + if [ ! -z "$INPUT_STRICT" ]; then STRICT="-s" fi