mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2025-03-15 09:03:50 +01:00
tea/.gitlab/pipeline/jobs/php-cs-fixer.yml
2025-02-03 15:58:33 +01:00

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