Skip to content

Merge pull request #24 from KDederichs/sf7 #14

Merge pull request #24 from KDederichs/sf7

Merge pull request #24 from KDederichs/sf7 #14

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: docker://oskarstark/phpstan-ga
with:
args: analyze --no-progress