Add ShellCheck tests
This commit is contained in:
parent
203d9bea62
commit
a37a09044b
1 changed files with 7 additions and 0 deletions
7
tests/03-shellcheck.sh
Executable file
7
tests/03-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
Reference in a new issue