Skip to content

feat: Configurable Doctrine SQL Column Length #269

feat: Configurable Doctrine SQL Column Length

feat: Configurable Doctrine SQL Column Length #269

Workflow file for this run

on: [pull_request]
name: Static analysis
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: PHPStan
uses: docker://jakzal/phpqa:php8.0
with:
args: phpstan analyze --no-progress
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: PHP-CS-Fixer
uses: docker://jakzal/phpqa:php8.0
with:
args: php-cs-fixer fix --config=.php_cs.dist.php --dry-run --diff