chore: removes rector

This commit is contained in:
Nuno Maduro
2020-12-13 22:55:09 +01:00
parent 95c3418313
commit df7fb92e03

View File

@ -22,9 +22,6 @@ jobs:
- name: Install Dependencies
run: composer update --no-interaction --no-progress
- name: Run Rector
run: vendor/bin/rector process src --dry-run
- name: Run PHP-CS-Fixer
run: vendor/bin/php-cs-fixer fix -v --allow-risky=yes --dry-run