main-site/.gitlab-ci.yml

12 lines
165 B
YAML
Raw Normal View History

stages:
- lint
linter:
2023-05-03 22:00:20 +00:00
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:latest
stage: lint
before_script:
- yarn install
script:
- yarn lint