gilde-ci-cd/npm-lint-template.yml
2021-05-18 14:52:31 +02:00

12 lines
248 B
YAML

.npm-lint:
image: $NODE_IMAGE
stage: test
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/*