1
0
Fork 0
This repository has been archived on 2023-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
chellaris-galaxy-political-.../.gitlab-ci.yml
2023-06-02 07:48:00 +00:00

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