1
0
Fork 0

Update .gitlab-ci.yml file

This commit is contained in:
Neshura 2023-06-02 07:48:00 +00:00
parent d159239ccb
commit 1a8084211f

11
.gitlab-ci.yml Normal file
View 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