Skip to content

[Draft][Please review] Make Paginator use simpler queries when there are no sql joins used (#8278) #3517

[Draft][Please review] Make Paginator use simpler queries when there are no sql joins used (#8278)

[Draft][Please review] Make Paginator use simpler queries when there are no sql joins used (#8278) #3517

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/[email protected]"