mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2025-03-16 07:43:50 +01:00
10 lines
181 B
YAML
10 lines
181 B
YAML
![]() |
php-cs-fixer:
|
||
|
extends: .default
|
||
|
stage: codestyle
|
||
|
needs:
|
||
|
- build-composer-dependencies
|
||
|
- php-lint-php8.1
|
||
|
- php-lint-php8.2
|
||
|
script:
|
||
|
- composer ci:php:cs-fixer
|