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

12 lines
250 B
YAML

.npm-lint:
image: $NODE_IMAGE
stage: verify
before_script:
script:
- npm install -g eslint
- npm run lint
# artifacts: todo add lint results in artifact if posible
# expire_in: 2 weeks
# when: always
# paths:
# - dist/*