Skip to content
Snippets Groups Projects
Commit e0683fbb78c2 authored by Frank Bessou's avatar Frank Bessou :spider_web:
Browse files

ci: add .gitlab-ci.yml

parent 322afba09314
No related branches found
No related tags found
1 merge request!7chore: add lint script
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
.gitlab-ci.yml 0 → 100644
image: node:14-alpine
stages:
- checks
eslint:
stage: checks
before_script:
- yarn
script:
- yarn lint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment