Updated Woodpecker config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-03-06 23:08:32 -05:00
parent 437faaaa99
commit 4dd7885d4c

View File

@ -1,16 +1,16 @@
pipeline:
setup:
image: php:8.1
image: composer:2.2
commands:
- composer install
phpcs:
group: test
image: php:8.1
image: composer:2.2
commands:
- composer run-script phpcs
phpmd:
group: test
image: php:8.1
image: composer:2.2
commands:
- composer run-script phpmd