Add yamllint and ansible-lint tests

This commit is contained in:
Timo Makinen 2022-10-29 19:05:24 +00:00
parent c69c56f0ca
commit 1fa12d4f13
4 changed files with 26 additions and 0 deletions

7
tests/00-selfsanity.sh Normal file
View file

@ -0,0 +1,7 @@
#!/bin/sh
set -eu
cd "$(dirname "$0")" || exit 1
find . -maxdepth 1 -type f -name "*.sh" -print0 | xargs -0 -t -n 1 shellcheck -