Added shellcheck to test-everything

This commit is contained in:
Kevin Frantz 2019-01-05 12:45:44 +01:00
parent 1ec19bbbbe
commit 5046d8910a
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#!/bin/bash
cd "$(dirname "$(readlink -f "${0}")")/" &&
cd "$(dirname "$(readlink -f "${0}")")/" || exit 1
echo "Run shellcheck..."
shellcheck ./*.sh

View File

@ -4,3 +4,4 @@ bash ./clear.sh &&
bash ./schema-validate.sh &&
bash ./test.sh &&
bash ./test-code-format.sh
bash ./shellcheck.sh