initial commit
This commit is contained in:
14
.drone.yml
Normal file
14
.drone.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: 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