Skip to content

add CI build for just DBAL without ORM #1500

add CI build for just DBAL without ORM

add CI build for just DBAL without ORM #1500

name: "Coding Standards"
on:
pull_request:
branches:
- "*.x"
push:
branches:
- "*.x"
jobs:
coding-standards:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@2.1.0"
with:
composer-options: "--prefer-dist --prefer-stable"