mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 06:18:07 +01:00
Use multi-line commands
This commit is contained in:
parent
f89db0861f
commit
5ac62ea609
16
.github/workflows/push.yml
vendored
16
.github/workflows/push.yml
vendored
@ -17,7 +17,9 @@ jobs:
|
||||
with:
|
||||
php-version: 7.2
|
||||
coverage: none # disable xdebug, pcov
|
||||
- run: composer install --no-progress && composer phpstan
|
||||
- run: |
|
||||
composer install --no-progress
|
||||
composer phpstan
|
||||
|
||||
ecs:
|
||||
name: ECS
|
||||
@ -29,7 +31,9 @@ jobs:
|
||||
with:
|
||||
php-version: 7.2
|
||||
coverage: none # disable xdebug, pcov
|
||||
- run: composer install --no-progress && composer check-cs
|
||||
- run: |
|
||||
composer install --no-progress
|
||||
composer check-cs
|
||||
|
||||
rector:
|
||||
name: Rector
|
||||
@ -41,7 +45,9 @@ jobs:
|
||||
with:
|
||||
php-version: 7.3
|
||||
coverage: none # disable xdebug, pcov
|
||||
- run: composer install --no-progress && composer rector
|
||||
- run: |
|
||||
composer install --no-progress
|
||||
composer rector
|
||||
|
||||
fatal-scan:
|
||||
name: Scan Fatal Errors
|
||||
@ -53,4 +59,6 @@ jobs:
|
||||
with:
|
||||
php-version: 7.3
|
||||
coverage: none # disable xdebug, pcov
|
||||
- run: composer install --no-progress && bin/rector scan-fatal-errors tests/Source/FatalErrors
|
||||
- run: |
|
||||
composer install --no-progress
|
||||
bin/rector scan-fatal-errors tests/Source/FatalErrors
|
||||
|
Loading…
x
Reference in New Issue
Block a user