@@ -7,10 +7,12 @@ include:
77 - 'https://raw.githubusercontent.com/move-elevator/gitlab-ci-templates/main/build/build-node.yaml'
88 - 'https://raw.githubusercontent.com/move-elevator/gitlab-ci-templates/main/analyze/analyze-composer-lint.yaml'
99 - 'https://raw.githubusercontent.com/move-elevator/gitlab-ci-templates/main/analyze/analyze-editorconfig.yaml'
10+ - 'https://raw.githubusercontent.com/move-elevator/gitlab-ci-templates/main/analyze/analyze-js-lint.yaml'
1011 - 'https://raw.githubusercontent.com/move-elevator/gitlab-ci-templates/main/analyze/analyze-php.yaml'
1112 - 'https://raw.githubusercontent.com/move-elevator/gitlab-ci-templates/main/analyze/analyze-php-cs-fixer.yaml'
1213 - 'https://raw.githubusercontent.com/move-elevator/gitlab-ci-templates/main/analyze/analyze-php-stan.yaml'
1314 - 'https://raw.githubusercontent.com/move-elevator/gitlab-ci-templates/main/analyze/analyze-php-rector.yaml'
15+ - 'https://raw.githubusercontent.com/move-elevator/gitlab-ci-templates/main/analyze/analyze-style-lint.yaml'
1416 - 'https://raw.githubusercontent.com/move-elevator/gitlab-ci-templates/main/analyze/analyze-typoscript-lint.yaml'
1517 - 'https://raw.githubusercontent.com/move-elevator/gitlab-ci-templates/main/analyze/analyze-yaml-lint.yaml'
1618 - 'https://raw.githubusercontent.com/move-elevator/gitlab-ci-templates/main/analyze/analyze-xml-lint.yaml'
@@ -24,8 +26,8 @@ include:
2426 - 'https://raw.githubusercontent.com/move-elevator/gitlab-ci-templates/main/sync/sync-feature-scheduled.yaml'
2527 - 'https://raw.githubusercontent.com/move-elevator/gitlab-ci-templates/main/test/test-feature-codeception.yaml'
2628 - 'https://raw.githubusercontent.com/move-elevator/gitlab-ci-templates/main/test/test-prod-codeception.yaml'
27- - 'https://raw.githubusercontent.com/move-elevator/gitlab-ci-templates/main/test /cache-feature-warmup.yaml'
28- - 'https://raw.githubusercontent.com/move-elevator/gitlab-ci-templates/main/test /cache-prod-warmup.yaml'
29+ - 'https://raw.githubusercontent.com/move-elevator/gitlab-ci-templates/main/cache /cache-feature-warmup.yaml'
30+ - 'https://raw.githubusercontent.com/move-elevator/gitlab-ci-templates/main/cache /cache-prod-warmup.yaml'
2931
3032#-----------------------------------------------------------------------------------------------------------------------
3133# CONFIGURATION (overrides)
0 commit comments