markdowny/scripts/test.sh

12 lines
266 B
Bash
Raw Permalink Normal View History

# !/usr/bin/env bash
#mfgames-project:setup@v0.0.0
log() { echo "🧪 $(basename $0): $@"; }
cd $(dirname $(dirname $0))
#mfgames-project:setup
./scripts/setup.sh || exit 1
2023-01-26 02:48:13 +00:00
log "verifying conventional commits in Git log"
npx commitlint --from=$CI_PREV_COMMIT_SHA