vylbot-app/.gitlab-ci.yml

11 lines
103 B
YAML
Raw Permalink Normal View History

2021-02-17 18:12:45 +00:00
image: node
stages:
- lint
eslint:
stage: lint
script:
- npm install
- npm run lint