diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..9168290 --- /dev/null +++ b/.woodpecker.yml @@ -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