11 lines
164 B
YAML
11 lines
164 B
YAML
stages:
|
|
- lint
|
|
|
|
|
|
linter:
|
|
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:latest
|
|
stage: lint
|
|
before_script:
|
|
- yarn install
|
|
script:
|
|
- yarn lint |