mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-10 06:27:24 +01:00
6 lines
117 B
Bash
6 lines
117 B
Bash
|
(cd $(dirname $(readlink -f ${0}))/ &&
|
||
|
bash ./schema-validate.sh &&
|
||
|
bash ./test.sh &&
|
||
|
bash ./test-code-format.sh
|
||
|
)
|