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