mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 07:36:12 +01:00
10 lines
211 B
YAML
10 lines
211 B
YAML
php-copypaste-check:
|
|
extends: .default
|
|
stage: codestyle
|
|
needs:
|
|
- build-composer-dependencies
|
|
- php-lint-php7.2
|
|
- php-lint-php7.3
|
|
- php-lint-php7.4
|
|
script:
|
|
- composer ci:php:copypaste
|