Skip to content

Upgrade to latest integration test suite #78

Upgrade to latest integration test suite

Upgrade to latest integration test suite #78

Workflow file for this run

name: Static analysis
on:
push:
branches:
- master
pull_request:
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: PHPStan
uses: OskarStark/[email protected]
env:
REQUIRE_DEV: true
with:
args: analyze --no-progress