gilde-ci-cd/templates/npm/npm-lint.gitlab-ci.yml

10 lines
184 B
YAML

.npm-lint:
image: $NODE_IMAGE
stage: verify
interruptible: true
script:
- >
if [ "$FRONTEND_DIR" != "" ]; then
cd $FRONTEND_DIR
fi
- npm run ci:lint