Skip to content

Add DBTypes that are missing for TypeMapping (#6463) #6325

Add DBTypes that are missing for TypeMapping (#6463)

Add DBTypes that are missing for TypeMapping (#6463) #6325

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