Skip to content
Snippets Groups Projects
Commit 3a72d055 authored by Titus Netland's avatar Titus Netland
Browse files

linting added to pipeline

parent 2fbb2890
No related branches found
No related tags found
1 merge request!36linting added to pipeline
Pipeline #176838 passed
...@@ -30,7 +30,12 @@ setup: ...@@ -30,7 +30,12 @@ setup:
paths: paths:
- node_modules - node_modules
test: lint_test:
stage: test stage: test
script: script:
- npm run test:unit - npm run lint
\ No newline at end of file
unit_test:
stage: test
script:
- npm run test:unit
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