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

Merge branch 'linting_in_pipeline' into 'main'

linting added to pipeline

See merge request !36
parents 2fbb2890 3a72d055
No related branches found
No related tags found
1 merge request!36linting added to pipeline
Pipeline #176842 passed
......@@ -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