vylbot-app/.gitlab-ci.yml
2021-02-17 18:12:45 +00:00

11 lines
103 B
YAML

image: node
stages:
- lint
eslint:
stage: lint
script:
- npm install
- npm run lint