Skip to content

Commit

Permalink
Merge pull request #438 from greg0ire/try-out-website-json-schema-wor…
Browse files Browse the repository at this point in the history
…kfow

Setup website schema validation workflow
  • Loading branch information
SenseException authored Dec 10, 2024
2 parents 7531701 + 20fda5c commit 481d498
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/website-schema.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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/website-schema.yml@7.1.0"

0 comments on commit 481d498

Please sign in to comment.