Skip to content
Snippets Groups Projects
Commit d9549091 authored by lain's avatar lain
Browse files

Add linter.

parent 08297ea8
No related branches found
No related tags found
1 merge request!54Cleanups
This commit is part of merge request !54. Comments created here will be created in the context of that merge request.
......@@ -28,10 +28,17 @@ before_script:
# - node_modules/
stages:
- lint
- build
- test
- deploy
lint:
stage: lint
script:
- yarn
- npm run lint
test:
stage: test
script:
......
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