mirror of
https://github.com/ibiqlik/action-yamllint.git
synced 2024-11-22 06:11:00 -05:00
Need a change to trigger the build, doh.
This commit is contained in:
parent
ea809ad25c
commit
9ea81d4a61
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
#!/bin/sh -l
|
#!/bin/sh -l
|
||||||
|
|
||||||
|
echo "======================"
|
||||||
|
echo "= Linting YAML files ="
|
||||||
|
echo "======================"
|
||||||
|
|
||||||
if [ ! -z "$INPUT_STRICT" ]; then
|
if [ ! -z "$INPUT_STRICT" ]; then
|
||||||
STRICT="-s"
|
STRICT="-s"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue