ci linting
This commit is contained in:
parent
2f4ab521b5
commit
3a2db4f0c8
1 changed files with 8 additions and 0 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue