Skip to content

Try out new phpstan workflow #2

Try out new phpstan workflow

Try out new phpstan workflow #2

Workflow file for this run

name: "Static Analysis"
on:
pull_request:
branches:
- "*.x"
push:
branches:
- "*.x"
jobs:
static-analysis:
name: "Static Analysis"
uses: "greg0ire/.github/.github/workflows/phpstan.yml@split-sa-workflow"
with:
php-version: "8.1"