We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097b005 commit 90d868aCopy full SHA for 90d868a
1 file changed
.github/workflows/rector.yaml
@@ -57,10 +57,9 @@ jobs:
57
- run: composer install --no-progress --ansi
58
59
## 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
+ - run: bin/rector process ${{ matrix.paths }} --ansi --no-progress-bar
62
63
- # - run: vendor/bin/ecs check --fix --ansi
+ - run: vendor/bin/ecs check --fix --ansi
64
65
# see https://github.com/EndBug/add-and-commit
66
-
0 commit comments