Skip to content

Create phpstan.yml

Create phpstan.yml #1

Workflow file for this run

name: PHPStan
on: [push, pull_request]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.ref }}
- name: Create Vendor Directory
run: |
echo Making directory...
mkdir vendor
echo Directory made.
- name: Run PHPStan
uses: larryTheCoder/pmmp-phpstan-action@master
with:
phpstan-config: phpstan.neon.dist