Delete .gitlab-ci.yml
All checks were successful
Run Tests on Code / test (push) Successful in 1m27s

This commit is contained in:
Neshura 2023-12-20 10:04:54 +00:00
parent ac0e913021
commit 10812cc1e4

View file

@ -1,11 +0,0 @@
stages:
- lint
linter:
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:latest
stage: lint
before_script:
- yarn install
script:
- yarn lint