Skip to content

Delete .github/FUNDING.yml #79

Delete .github/FUNDING.yml

Delete .github/FUNDING.yml #79

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