Skip to content

Enable strict coverage reporting #74

Enable strict coverage reporting

Enable strict coverage reporting #74

Workflow file for this run

name: PHPStan
on:
push:
pull_request:
jobs:
phpstan:
runs-on: ubuntu-latest
name: PHPStan
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.4
- name: Install Composer dependencies
run: composer install --no-interaction --no-progress --no-scripts
- name: Run PHPStan
run: ./vendor/bin/phpstan --no-progress