mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 23:17:19 +01:00
Added shellcheck to test-everything
This commit is contained in:
parent
1ec19bbbbe
commit
5046d8910a
@ -1,3 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd "$(dirname "$(readlink -f "${0}")")/" &&
|
cd "$(dirname "$(readlink -f "${0}")")/" || exit 1
|
||||||
|
echo "Run shellcheck..."
|
||||||
shellcheck ./*.sh
|
shellcheck ./*.sh
|
||||||
|
@ -4,3 +4,4 @@ bash ./clear.sh &&
|
|||||||
bash ./schema-validate.sh &&
|
bash ./schema-validate.sh &&
|
||||||
bash ./test.sh &&
|
bash ./test.sh &&
|
||||||
bash ./test-code-format.sh
|
bash ./test-code-format.sh
|
||||||
|
bash ./shellcheck.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user