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

Delete .gitlab-ci.yml

parent 5b7bf6b1
No related branches found
No related tags found
Loading
Pipeline #27641 failed
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