Skip to content

Commit bd680b0

Browse files
committed
ci: removes rector
1 parent 3df692c commit bd680b0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Diff for: .github/workflows/format.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ jobs:
4545
- name: PHP CS Fixer
4646
run: composer run csfixer:test -- --dry-run
4747

48-
- name: Rector
49-
run: composer run rector:test -- --dry-run
50-
5148
- name: PHPInsight on modified files
5249
if: github.event_name == 'pull_request'
5350
run: |

Diff for: composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
"scripts-descriptions": {
109109
"website:copy-changelog": "Copy package changelog to the website",
110110
"website:copy-logo": "Copy logo from art directory to the website",
111-
"rector:test": "Run the rector tests.",
112111
"csfixer:test": "Run the PhpCsFixer tests.",
113112
"phpstan:test": "Run the phpstan tests.",
114113
"phpunit:test": "Run the phpunit tests.",

0 commit comments

Comments
 (0)