mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-10-18 18:16:13 +02:00
tea/.gitlab/pipeline/jobs/rector.yml
Oliver Klee a3d72de1de
[FEATURE] Add Composer scripts and a CI job for Rector (#1459)
* [FEATURE] Add Composer scripts and a CI job for Rector

Closes #851
2024-09-30 07:21:41 +02:00

11 lines
217 B
YAML

rector:
extends: .default
stage: codestyle
needs:
- build-composer-dependencies
- php-lint-php7.4
- php-lint-php8.0
- php-lint-php8.1
- php-lint-php8.2
script:
- composer ci:php:rector