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 with stages
in 54 seconds
......@@ -30,7 +30,12 @@ setup:
paths:
- node_modules
test:
lint_test:
stage: test
script:
- npm run test:unit
\ No newline at end of file
- npm run lint
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