Skip to content

Merge release 2.12.0 into 3.0.x #29

Merge release 2.12.0 into 3.0.x

Merge release 2.12.0 into 3.0.x #29

Workflow file for this run

name: "Website config validation"
on:
pull_request:
branches:
- "*.x"
paths:
- ".doctrine-project.json"
- ".github/workflows/website-schema.yml"
push:
branches:
- "*.x"
paths:
- ".doctrine-project.json"
- ".github/workflows/website-schema.yml"
jobs:
json-validate:
name: "Validate JSON schema"
uses: "doctrine/.github/.github/workflows/[email protected]"