Skip to content

Bump doctrine/.github from 6.0.0 to 7.1.0 #3644

Bump doctrine/.github from 6.0.0 to 7.1.0

Bump doctrine/.github from 6.0.0 to 7.1.0 #3644

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@7.1.0"