pipeline: setup: image: php:8.1 commands: - composer install phpcs: group: test image: php:8.1 commands: - composer run-script phpcs phpmd: group: test image: php:8.1 commands: - composer run-script phpmd