Skip to content

Commit

Permalink
Add rector to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Coderberg committed Aug 11, 2023
1 parent f718d2e commit 96536f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
if: always() && steps.install.outcome == 'success'
run: vendor/bin/php-cs-fixer fix --diff --dry-run

- name: Rector
if: always() && steps.install.outcome == 'success'
run: vendor/bin/rector process src --clear-cache --dry-run

- name: Lint YAML files
if: always() && steps.install.outcome == 'success'
run: ./bin/console lint:yaml config --parse-tags
Expand Down

0 comments on commit 96536f6

Please sign in to comment.