mirror of
https://github.com/rectorphp/rector.git
synced 2025-03-14 04:19:44 +01:00
sync workflow name to its file name
This commit is contained in:
parent
a8fbc060f0
commit
6553d2f24a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user