Updated Woodpecker config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
437faaaa99
commit
4dd7885d4c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user