gl-website-deployer/vendor/doctrine/rst-parser/.github/workflows/coding-standards.yml
2024-11-19 08:02:04 +01:00

30 lines
560 B
YAML

name: "Coding Standards"
on:
pull_request:
branches:
- "*.x"
paths:
- ".github/workflows/coding-standards.yml"
- "composer.*"
- "lib/**"
- "phpcs.xml.dist"
- "tests/**"
push:
branches:
- "*.x"
paths:
- ".github/workflows/coding-standards.yml"
- "composer.*"
- "lib/**"
- "phpcs.xml.dist"
- "tests/**"
jobs:
coding-standards:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@3.0.0"
with:
php-version: "8.1"