Skip to content

Merge pull request #6661 from SenseException/website-schema #2

Merge pull request #6661 from SenseException/website-schema

Merge pull request #6661 from SenseException/website-schema #2

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]"