sync workflow name to its file name

This commit is contained in:
TomasVotruba 2020-05-16 12:54:07 +02:00
parent a8fbc060f0
commit 6553d2f24a

View File

@ -7,7 +7,7 @@ on:
- master
jobs:
phpstan_types_checks:
phpstan_compatibility_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -16,7 +16,5 @@ jobs:
php-version: 7.2
coverage: none # disable xdebug, pcov
- run: composer install --no-progress --ansi
- run: |
bin/rector sync-types
- run: |
bin/rector check-static-type-mappers
- run: bin/rector sync-types
- run: bin/rector check-static-type-mappers