mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 07:36:12 +01:00
12 lines
225 B
YAML
12 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
|