16 lines
246 B
YAML
Executable File
16 lines
246 B
YAML
Executable File
name: "Coding Standards"
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- "*.x"
|
|
push:
|
|
branches:
|
|
- "*.x"
|
|
|
|
jobs:
|
|
coding-standards:
|
|
uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.4.1"
|
|
with:
|
|
php-version: "8.1"
|