mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-26 13:34:01 +01:00
8 lines
147 B
Bash
8 lines
147 B
Bash
#!/bin/bash
|
|
(cd $(dirname $(readlink -f ${0}))/ &&
|
|
bash ./clear.sh &&
|
|
bash ./schema-validate.sh &&
|
|
bash ./test.sh &&
|
|
bash ./test-code-format.sh
|
|
)
|