Skip to content

Merge pull request #105 from marcreichel/feat/configurable-cache-prefix #99

Merge pull request #105 from marcreichel/feat/configurable-cache-prefix

Merge pull request #105 from marcreichel/feat/configurable-cache-prefix #99

Workflow file for this run

name: PHPStan
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: composer install --prefer-dist --no-progress --dev
- run: composer stan -- --error-format=github