Skip to content
Snippets Groups Projects
Commit ebb8df68 authored by catch's avatar catch
Browse files

Issue #3443412 by alexpott: Running linting jobs when linting configuration changes

parent a2af0aa1
No related branches found
No related tags found
No related merge requests found
# cspell:ignore codequality Micheh micheh webide updatedb
# cspell:ignore codequality Micheh micheh webide updatedb stylelintrc
################
# Drupal GitLabCI template.
......@@ -374,6 +374,8 @@ default:
- if: $CI_PIPELINE_SOURCE == "push" && $CI_PROJECT_ROOT_NAMESPACE == "project"
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
changes:
- core/.eslint*
- core/.prettier*
- core/package.json
- core/yarn.lock
- "**/*.js"
......@@ -399,6 +401,7 @@ default:
- if: $CI_PIPELINE_SOURCE == "push" && $CI_PROJECT_ROOT_NAMESPACE == "project"
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
changes:
- core/.stylelintrc.json
- core/package.json
- core/yarn.lock
- "**/*.css"
......
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