mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 10:56:13 +02:00
tea/.gitlab/pipeline/jobs/phpcs.yml

12 lines
215 B
YAML
Raw Normal View History

2021-08-24 10:27:50 +02:00
phpcs:
extends: .default
stage: codestyle
needs:
- build-composer-dependencies
- php-lint-php7.4
- php-lint-php8.0
- php-lint-php8.1
2023-04-02 12:53:33 +02:00
- php-lint-php8.2
2021-08-24 10:27:50 +02:00
script:
- composer ci:php:sniff