1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 18:28:55 +00:00
This commit is contained in:
deadc0de6
2023-11-09 13:58:00 +01:00
parent 94d97bf7a7
commit 0fdccf4e51
2 changed files with 14 additions and 1 deletions

7
tests.sh vendored
View File

@@ -19,6 +19,13 @@ echo "current dotdrop version ${dotdrop_version}"
echo "=> python version:"
python3 --version
if [ -n "${GH_WORKFLOW}" ]; then
# in CI/CD
if [ -z "${TERM}" ]; then
export TERM="linux"
fi
fi
# test syntax
echo "checking syntax..."
"${cur}"/scripts/check-syntax.sh