mirror of
https://github.com/doctrine/common.git
synced 2026-03-23 22:32:07 +01:00
18 lines
276 B
YAML
18 lines
276 B
YAML
|
|
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@5.1.0"
|
|
with:
|
|
php-version: "7.4"
|