Skip to content

Bump doctrine/.github from 5.1.0 to 5.2.0 #182

Bump doctrine/.github from 5.1.0 to 5.2.0

Bump doctrine/.github from 5.1.0 to 5.2.0 #182

name: "Coding Standards"
on:
pull_request:
branches:
- "*.x"
paths:
- .github/workflows/coding-standards.yml
- composer.*
- src/**
- phpcs.xml.dist
- tests/**
push:
branches:
- "*.x"
paths:
- .github/workflows/coding-standards.yml
- composer.*
- src/**
- phpcs.xml.dist
- tests/**
jobs:
coding-standards:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/[email protected]"