Skip to content

Merge pull request #88 from endroid/sf7 #57

Merge pull request #88 from endroid/sf7

Merge pull request #88 from endroid/sf7 #57

Workflow file for this run

name: Static analysis
on:
push:
branches:
- '*.x'
pull_request:
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: PHPStan
uses: docker://oskarstark/phpstan-ga
with:
args: analyze --no-progress