Skip to content
Snippets Groups Projects
Commit 7b4526d7 authored by michael.minelli's avatar michael.minelli
Browse files

CI/CD => Add code quality stage for linter

parent 0b8c6311
No related branches found
No related tags found
No related merge requests found
Pipeline #26945 passed
...@@ -55,12 +55,25 @@ variables: ...@@ -55,12 +55,25 @@ variables:
stages: stages:
- code_quality
- test - test
- clean - clean
- upload - upload
- release - release
code_quality:lint:
stage: code_quality
tags:
- code_quality
image: node:latest
script:
- cd "${PROJECT_FOLDER}"
- npm install
- npm run lint
test:build: test:build:
stage: test stage: test
image: node:latest image: node:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment