Skip to content

Bump doctrine/.github from 3.0.0 to 5.0.1 #2998

Bump doctrine/.github from 3.0.0 to 5.0.1

Bump doctrine/.github from 3.0.0 to 5.0.1 #2998

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