Skip to content

Coverage improvments #24

Coverage improvments

Coverage improvments #24

Workflow file for this run

name: Run PHPStan
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- uses: php-actions/phpstan@v3
with:
path: src/ tests/
level: 9