Skip to content

Merge https://github.com/DEVizzent/cebe-php-openapi #1

Merge https://github.com/DEVizzent/cebe-php-openapi

Merge https://github.com/DEVizzent/cebe-php-openapi #1

Workflow file for this run

name: PHPStan
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.3"
tools: composer:v2
- name: "Install dependencies with Composer"
uses: ramsey/composer-install@v2
- name: PHPStan analysis
run: make stan