tikiwiki/packages/tiki-pkg-mediaalchemyst/doctrine/collections/.github/workflows/coding-standards.yml

16 lines
241 B
YAML
Raw Normal View History

2023-11-20 21:52:04 +01:00
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@1.5.0"