Delete .gitlab-ci.yml
All checks were successful
Run Tests on Code / test (push) Successful in 1m27s
All checks were successful
Run Tests on Code / test (push) Successful in 1m27s
This commit is contained in:
parent
ac0e913021
commit
10812cc1e4
1 changed files with 0 additions and 11 deletions
|
@ -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
|
|
Loading…
Reference in a new issue