Skip to content

GH-1443: Fix default option when --all-or-nothing option is used as intended #742

GH-1443: Fix default option when --all-or-nothing option is used as intended

GH-1443: Fix default option when --all-or-nothing option is used as intended #742

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