add woodpecker ci config
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
2024-02-19 11:19:04 -06:00
parent 19849f3752
commit 873d93bdef

10
.woodpecker.yaml Normal file
View File

@@ -0,0 +1,10 @@
steps:
- name: Composer install
image: composer
commands:
- composer install
- name: Run Rector
image: php:7.4
commands:
- vendor/bin/rector --dry-run