Skip to content

Merge pull request #25 from Filefabrik/v9999 #104

Merge pull request #25 from Filefabrik/v9999

Merge pull request #25 from Filefabrik/v9999 #104

Workflow file for this run

name: CI PHPStan
on: [push]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: PHPStan Static Analysis
uses: php-actions/phpstan@v3
with:
path: src/