This commit is contained in:
parent
be29b7c96f
commit
437faaaa99
16
.woodpecker.yml
Normal file
16
.woodpecker.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user