Skip to content

Commit e36858d

Browse files
committed
ci: Check if rector suggests changes
1 parent cfb389d commit e36858d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,8 @@ jobs:
4646
- name: "Static Analysis"
4747
run: "vendor/bin/phpstan analyze"
4848

49+
- name: "Rector"
50+
run: "vendor/bin/rector --dry-run"
51+
4952
- name: "Tests"
5053
run: "vendor/bin/phpunit"

0 commit comments

Comments
 (0)