mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 07:16:16 +02:00
tea/.gitlab/pipeline/jobs/phpcs.yml
Łukasz Uznański 9c3e8abd24
Fix pipeline after dropping php support (#595)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
2022-09-26 19:40:07 +02:00

10 lines
193 B
YAML

phpcs:
extends: .default
stage: codestyle
needs:
- build-composer-dependencies
- php-lint-php7.4
- php-lint-php8.0
- php-lint-php8.1
script:
- composer ci:php:sniff