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:
10
.woodpecker.yaml
Normal file
10
.woodpecker.yaml
Normal 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
|
||||
Reference in New Issue
Block a user