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

CI/CD => Add code quality stage for linter

parent 3d96b8cf
No related branches found
No related tags found
No related merge requests found
Pipeline #26943 passed
stages: stages:
- code_quality
- test - test
- build - build
- clean - clean
......
code_quality:lint:
stage: code_quality
tags:
- code_quality
image: node:latest
script:
- cd "${PROJECT_FOLDER}"
- npm install
- npm run lint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment