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 2393e33
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .doctrine-project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"active": true,
"name": "Object Relational Mapper",
"name": "Object Relational Mapper Test",
"shortName": "ORM",
"slug": "orm",
"docsSlug": "doctrine-orm",
Expand Down
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 2393e33

Please sign in to comment.