pigeon/.woodpecker.yml

17 lines
262 B
YAML
Raw Normal View History

2022-03-06 22:57:30 -05:00
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