Skip to content

Commit

Permalink
Fix: Reference (#574)
Browse files Browse the repository at this point in the history
* Fix: Reference

* Enhancement: Use --ansi option

* Fix: Do not fail step
  • Loading branch information
localheinz committed Dec 13, 2022
1 parent 86e0d67 commit fc63350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rector.yaml
Expand Up @@ -49,4 +49,4 @@ jobs:
composer bin rector install --no-interaction --no-progress --optimize-autoloader
- name: "Run rector"
run: "vendor/bin/rector process test/ --config=rector-migrate.php --dry-run"
run: "vendor/bin/rector process test/ --ansi --config=rector-migrate.php --dry-run || true"
1 change: 1 addition & 0 deletions rector-migrate.php
Expand Up @@ -2,6 +2,7 @@

declare(strict_types=1);

use Faker\Generator;
use Rector\Config;
use Rector\Transform;

Expand Down

0 comments on commit fc63350

Please sign in to comment.