Added Woodpecker CI config
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

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

16
.woodpecker.yml Normal file
View 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