Skip to content

Commit

Permalink
Create website schema validation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Dec 10, 2024
1 parent 46c94e3 commit eea14d8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/website-schema.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

name: "Website config validation"

on:
pull_request:
branches:
- "*.x"
paths:
- ".doctrine-project.json"
push:
branches:
- "*.x"
paths:
- ".doctrine-project.json"

jobs:
static-analysis:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/website-schema.yml@website-schema"

0 comments on commit eea14d8

Please sign in to comment.