]> git.r.bdr.sh - rbdr/grafn/blob - .gitlab-ci.yml
cc95c38138621763c40bc87bc10b11f4a43c3f5b
[rbdr/grafn] / .gitlab-ci.yml
1 image: node:14
2
3 stages:
4 - lint
5 - test
6
7 before_script:
8 - npm install
9
10 lint:
11 stage: lint
12 script:
13 - npm run lint
14
15 test:
16 stage: test
17 script:
18 - npm test