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