mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 01:56:12 +02:00
tea/.gitlab/pipeline/jobs/php-cs-fixer.yml
2024-02-04 10:03:06 +01:00

11 lines
225 B
YAML

php-cs-fixer:
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:cs-fixer