mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2025-03-17 00:23:50 +01:00
9 lines
181 B
YAML
9 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
|