Skip to content

Commit 07fd33e

Browse files
committed
Merge rector into static analysis job
1 parent 8d5f04c commit 07fd33e

File tree

2 files changed

+3
-34
lines changed

2 files changed

+3
-34
lines changed

.github/workflows/rector.yaml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/static-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ jobs:
6565

6666
- name: "Run Psalm"
6767
run: "vendor/bin/psalm --show-info=false --stats --output-format=github --threads=$(nproc)"
68+
69+
- name: "Run Rector"
70+
run: vendor/bin/rector --ansi

0 commit comments

Comments
 (0)