Skip to content

Commit

Permalink
re-enable rectify and ecs
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 3, 2021
1 parent 0d17767 commit 08f70ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,9 @@ jobs:
- run: composer install --no-progress --ansi

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

# - run: vendor/bin/ecs check --fix --ansi
- run: vendor/bin/ecs check --fix --ansi

# see https://github.com/EndBug/add-and-commit
-
Expand Down

0 comments on commit 08f70ae

Please sign in to comment.