Skip to content

Commit 90d868a

Browse files
committed
re-enable rectify and ecs
1 parent 097b005 commit 90d868a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/rector.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,9 @@ jobs:
5757
- run: composer install --no-progress --ansi
5858

5959
## First run Rector - here can't be --dry-run !!! it would stop the job with it and not commit anything in the future
60-
# temporary disable rectify as splitted from https://github.com/rectorphp/rector-src/pull/1364
61-
# - run: bin/rector process ${{ matrix.paths }} --ansi --no-progress-bar
60+
- run: bin/rector process ${{ matrix.paths }} --ansi --no-progress-bar
6261

63-
# - run: vendor/bin/ecs check --fix --ansi
62+
- run: vendor/bin/ecs check --fix --ansi
6463

6564
# see https://github.com/EndBug/add-and-commit
6665
-

0 commit comments

Comments
 (0)