ci linting

This commit is contained in:
Rik Berkelder 2021-01-23 20:51:13 +01:00
parent 2f4ab521b5
commit 3a2db4f0c8

View file

@ -6,10 +6,18 @@ cache:
- docs/ - docs/
stages: stages:
- lint
- build - build
- deploy - deploy
- clean - clean
lint:
stage: lint
before_script:
- npm install
script:
- npm run lint
build: build:
stage: build stage: build
only: only: