gilde-ci-cd/templates/npm/npm-lint.gitlab-ci.yml
2022-07-08 09:55:50 +02:00

10 lines
176 B
YAML

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