Added Woodpecker CI config

This commit is contained in:
2022-03-06 22:57:30 -05:00
parent be29b7c96f
commit 437faaaa99

16
.woodpecker.yml Normal file

@ -0,0 +1,16 @@
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