]> git.r.bdr.sh - rbdr/cologne/blame - .gitlab-ci.yml
Move ansi codes to an object
[rbdr/cologne] / .gitlab-ci.yml
CommitLineData
69d55272
RBR
1image: node:14
2
3stages:
4 - lint
5 - test
6
7before_script:
8 - npm install
9
10lint:
11 stage: lint
12 script:
13 - npm run lint
14
15test:
16 stage: test
17 script:
18 - npm test