Skip to content

Commit fcb353b

Browse files
committed
Run Rector in CI
1 parent 09c5695 commit fcb353b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/static-analysis.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
script: composer validate
1818
- description: Code style
1919
script: vendor/bin/php-cs-fixer fix --ansi --verbose --dry-run
20+
- description: Rector
21+
script: vendor/bin/rector --ansi --dry-run
2022
- description: PHPStan
2123
script: vendor/bin/phpstan analyze
2224
- description: Psalm

0 commit comments

Comments
 (0)