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/
|
||||
|
||||
stages:
|
||||
- lint
|
||||
- build
|
||||
- deploy
|
||||
- clean
|
||||
|
||||
lint:
|
||||
stage: lint
|
||||
before_script:
|
||||
- npm install
|
||||
script:
|
||||
- npm run lint
|
||||
|
||||
build:
|
||||
stage: build
|
||||
only:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue