tests: Use new naming for tests
0*.sh - Tests for ansible yaml files 1*.sh - Tests for shell scripts
This commit is contained in:
parent
433a9114df
commit
6d3b1e1538
1 changed files with 0 additions and 0 deletions
7
tests/11-shellcheck.sh
Executable file
7
tests/11-shellcheck.sh
Executable 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 --
|
Loading…
Add table
Add a link
Reference in a new issue