tikiwiki/packages/tiki-pkg-mediaalchemyst/doctrine/collections/.github/workflows/coding-standards.yml
2023-11-20 20:52:04 +00:00

16 lines
241 B
YAML
Executable File

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"