Skip to content

Merge pull request #765 from driehle/coding-standards #30

Merge pull request #765 from driehle/coding-standards

Merge pull request #765 from driehle/coding-standards #30

Workflow file for this run

name: "Static Analysis"
on:
pull_request:
branches:
- "*.x"
paths:
- ".github/workflows/phpstan.yml"
- "composer.*"
- "src/**"
- "phpstan*"
- "tests/**"
push:
branches:
- "*.x"
paths:
- ".github/workflows/phpstan.yml"
- "composer.*"
- "src/**"
- "phpstan*"
- "tests/**"
jobs:
static-analysis:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/[email protected]"
with:
php-version: "8.3"