Skip to content

Fix broken AUTOGENERATE_FILE_NOT_EXISTS_OR_CHANGED proxy setting. #5185

Fix broken AUTOGENERATE_FILE_NOT_EXISTS_OR_CHANGED proxy setting.

Fix broken AUTOGENERATE_FILE_NOT_EXISTS_OR_CHANGED proxy setting. #5185

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