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

merge-requests/7682/merge
catch 2024-04-25 12:55:50 +01:00
parent a2af0aa123
commit ebb8df6823
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# 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"