Updated Woodpecker config
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-03-06 23:08:32 -05:00
parent 437faaaa99
commit 4dd7885d4c
+3 -3
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