Update .gitlab-ci.yml file
This commit is contained in:
parent
d159239ccb
commit
1a8084211f
1 changed files with 11 additions and 0 deletions
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
stages:
|
||||||
|
- lint
|
||||||
|
|
||||||
|
|
||||||
|
linter:
|
||||||
|
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:latest
|
||||||
|
stage: lint
|
||||||
|
before_script:
|
||||||
|
- yarn install
|
||||||
|
script:
|
||||||
|
- yarn lint
|
Reference in a new issue