Skip to content

Commit

Permalink
Merge pull request #1480 from SenseException/website-schema
Browse files Browse the repository at this point in the history
Create website schema validation workflow
  • Loading branch information
SenseException authored Dec 23, 2024
2 parents 9d50205 + a9d8ff2 commit d7d0df5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/website-schema.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

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

0 comments on commit d7d0df5

Please sign in to comment.