Skip to content

Commit 108086f

Browse files
authored
Merge pull request #90 from kenjis/fix-rector.yml
chore: update rector.yml
2 parents a41895f + 7155e74 commit 108086f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/rector.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,4 @@ jobs:
6161
fi
6262
6363
- name: Analyze for refactoring
64-
run: |
65-
composer global require --dev rector/rector:^0.15.1
66-
rector process --dry-run --no-progress-bar
64+
run: vendor/bin/rector process --dry-run --no-progress-bar

0 commit comments

Comments
 (0)