diff --git a/.doctrine-project.json b/.doctrine-project.json index 8dfa2ed2450..4528a31aa0d 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -1,6 +1,6 @@ { "active": true, - "name": "Object Relational Mapper", + "name": "Object Relational Mapper Test", "shortName": "ORM", "slug": "orm", "docsSlug": "doctrine-orm", diff --git a/.github/workflows/website-schema.yml b/.github/workflows/website-schema.yml new file mode 100644 index 00000000000..c019586a0dd --- /dev/null +++ b/.github/workflows/website-schema.yml @@ -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"