initial commit
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2024-02-16 15:44:24 -06:00
commit 19849f3752
8 changed files with 350 additions and 0 deletions

14
.drone.yml Normal file
View 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