infinito/administration/test-everything.sh

8 lines
171 B
Bash
Raw Normal View History

#!/bin/bash
cd "$(dirname "$(readlink -f "${0}")")/" &&
bash ./clear.sh &&
bash ./schema-validate.sh &&
bash ./test.sh &&
bash ./test-code-format.sh
2019-01-05 12:45:44 +01:00
bash ./shellcheck.sh