mirror of
https://github.com/ibiqlik/action-yamllint.git
synced 2024-11-21 13:51:05 -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
|
||||
|
||||
echo "======================"
|
||||
echo "= Linting YAML files ="
|
||||
echo "======================"
|
||||
|
||||
if [ ! -z "$INPUT_STRICT" ]; then
|
||||
STRICT="-s"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue