woodpecker-ci (#1)

change CI/DI from drone to woodpecker

Reviewed-on: #1
Co-authored-by: Brad Cimbura <hpz937@gmail.com>
Co-committed-by: Brad Cimbura <hpz937@gmail.com>
This commit was merged in pull request #1.
This commit is contained in:
2024-02-19 17:26:45 +00:00
committed by hpz937
parent 19849f3752
commit a8d33ce00f
2 changed files with 23 additions and 6 deletions

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