Add aslant to gitlab project ci

This commit is contained in:
Vylpes 2021-01-13 21:08:47 +00:00
parent 40115b072e
commit f437a5d783
5 changed files with 538 additions and 5360 deletions

10
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,10 @@
image: node
stages:
- lint
eslint:
stage: lint
script:
- npm install
- npm run lint