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

CI/CD => Add code quality stage for linter

parent 658e899b
No related branches found
No related tags found
No related merge requests found
Pipeline #26944 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