Skip to content
Snippets Groups Projects
Commit 4d5cb4f5 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Update .gitlab-ci.yml file

parent 35081c7d
No related branches found
No related tags found
No related merge requests found
stages:
- lint
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:19-alpine
eslint:
rules:
- if: $CI_COMMIT_REF_PROTECTED == "true" || $CI_PIPELINE_SOURCE == 'merge_request_event'
stage: lint
script:
# Install eslint
- npm install
# Run eslint
- node_modules/eslint/bin/eslint.js .
\ No newline at end of file
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