Skip to content

Bump doctrine/.github from 3.0.0 to 6.0.0 #55

Bump doctrine/.github from 3.0.0 to 6.0.0

Bump doctrine/.github from 3.0.0 to 6.0.0 #55

Workflow file for this run

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