Skip to content

Port Sf 7 support into 3.x branch #75

Port Sf 7 support into 3.x branch

Port Sf 7 support into 3.x branch #75

Workflow file for this run

name: Static code analysis
on: [pull_request]
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: PHPStan
uses: docker://jakzal/phpqa:php7.3-alpine
with:
args: phpstan analyze
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: PHP-CS-Fixer
uses: docker://jakzal/phpqa:php7.3-alpine
with:
args: php-cs-fixer fix --dry-run --diff -vvv