mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-05 20:41:34 +01:00
7 lines
136 B
Bash
7 lines
136 B
Bash
(cd $(dirname $(readlink -f ${0}))/ &&
|
|
bash ./clear.sh &&
|
|
bash ./schema-validate.sh &&
|
|
bash ./test.sh &&
|
|
bash ./test-code-format.sh
|
|
)
|