allegro/scripts/test.sh

16 lines
351 B
Bash
Executable file

#!/usr/bin/env bash
# Tests various components of the build process.
# Move into the root folder.
cd $(dirname $(dirname $0))
# Perform the basic environment checks and setup.
./scripts/setup-node.sh || exit 1
# Make sure the commits are good.
npx commitlint-gitlab-ci -x @commitlint/config-conventional
# Versions
# 2022-08-11 - Initial version