]> git.r.bdr.sh - rbdr/forum/blame - .gitlab-ci.yml
Use supabase
[rbdr/forum] / .gitlab-ci.yml
CommitLineData
377653d5 1image: node:18
535cbcc7
RBR
2
3stages:
4 - lint
5 - test
6
7before_script:
cac85db0 8 - npm install
535cbcc7
RBR
9
10lint:
11 stage: lint
12 script:
13 - npm run lint
14test:
15 stage: test
16 script:
17 - npm run test