Add tests
This commit is contained in:
parent
cc7669e842
commit
be273475c9
4 changed files with 23 additions and 0 deletions
7
tests/00-selfsanity.sh
Executable file
7
tests/00-selfsanity.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
find . -maxdepth 1 -type f -name "*.sh" -print0 | xargs -0 -t -n 1 shellcheck --
|
Loading…
Add table
Add a link
Reference in a new issue