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/
stages:
- lint
- build
- deploy
- clean
lint:
stage: lint
before_script:
- npm install
script:
- npm run lint
build:
stage: build
only: