Add ShellCheck tests

This commit is contained in:
Timo Makinen 2022-10-31 17:08:53 +00:00
parent 203d9bea62
commit a37a09044b

7
tests/03-shellcheck.sh Executable file
View file

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