Skip to content

Commit

Permalink
Merge pull request #267 from SenseException/website-schema
Browse files Browse the repository at this point in the history
Create website schema validation workflow
  • Loading branch information
greg0ire authored Jan 10, 2025
2 parents ff63ac3 + a0e4cd4 commit f73f829
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 f73f829

Please sign in to comment.