Add tests
This commit is contained in:
parent
cc7669e842
commit
be273475c9
4 changed files with 23 additions and 0 deletions
6
tests/01-yamllint.sh
Executable file
6
tests/01-yamllint.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd "$(dirname "$0")/.." || exit 1
|
||||
|
||||
find . -type f -name "*.yml" -not -path "./playbooks/roles/*" -print0 | \
|
||||
xargs -0 -t -n 1 yamllint -s --
|
Loading…
Add table
Add a link
Reference in a new issue