D. Moonfire
edb2f36b57
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
12 lines
269 B
Bash
Executable file
12 lines
269 B
Bash
Executable file
# !/usr/bin/env bash
|
|
|
|
#mfgames-project:setup@v0.0.0
|
|
log() { echo "🧪 $(basename $0): $@"; }
|
|
cd $(dirname $(dirname $0))
|
|
#mfgames-project:setup
|
|
|
|
log "installing NPM"
|
|
npm install --ci
|
|
|
|
log "verifying commits"
|
|
npx commitlint-gitlab-ci -x @commitlint/config-conventional
|