rector/.github/workflows/phpstan_compatibility_check.yaml
2020-05-16 12:54:07 +02:00

21 lines
564 B
YAML

name: PHPStan Compatibility Check
on:
pull_request: null
push:
branches:
- master
jobs:
phpstan_compatibility_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v1
with:
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