]> git.r.bdr.sh - rbdr/tomato-sauce/blob - .gitlab-ci.yml
Merge branch 'feature/rbdr-update-docs' into 'master'
[rbdr/tomato-sauce] / .gitlab-ci.yml
1 image: node:8
2
3 stages:
4 - lint
5
6 before_script:
7 - npm install
8
9 lint:
10 stage: lint
11 script:
12 - npm run lint