woodpecker-ci #1

Merged
hpz937 merged 2 commits from woodpecker-ci into main 2024-02-19 17:26:46 +00:00
Showing only changes of commit 873d93bdef - Show all commits

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