Skip to content

Merge remote-tracking branch 'origin/1.x' into 2.x #59

Merge remote-tracking branch 'origin/1.x' into 2.x

Merge remote-tracking branch 'origin/1.x' into 2.x #59

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