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>
11 lines
184 B
YAML
11 lines
184 B
YAML
steps:
|
|
- name: Composer install
|
|
image: composer
|
|
commands:
|
|
- composer install
|
|
|
|
- name: Run Rector
|
|
image: php:7.4
|
|
commands:
|
|
- vendor/bin/rector --dry-run
|