ansible/tests/11-shellcheck.sh
Timo Makinen 6d3b1e1538 tests: Use new naming for tests
0*.sh - Tests for ansible yaml files
1*.sh - Tests for shell scripts
2024-03-24 19:04:41 +00:00

7 lines
124 B
Bash
Executable file

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