Skip to content

Commit a7d5c0d

Browse files
Merge pull request #122 from SenseException/website-schema
Create website schema validation workflow
2 parents 139dfa4 + 1dd382d commit a7d5c0d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.doctrine-project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"name": "Instantiator",
44
"slug": "instantiator",
55
"docsSlug": "doctrine-instantiator",
6-
"codePath": "/src",
76
"versions": [
87
{
98
"name": "2.0",
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
name: "Website config validation"
3+
4+
on:
5+
pull_request:
6+
branches:
7+
- "*.x"
8+
paths:
9+
- ".doctrine-project.json"
10+
- ".github/workflows/website-schema.yml"
11+
push:
12+
branches:
13+
- "*.x"
14+
paths:
15+
- ".doctrine-project.json"
16+
- ".github/workflows/website-schema.yml"
17+
18+
jobs:
19+
json-validate:
20+
name: "Validate JSON schema"
21+
uses: "doctrine/.github/.github/workflows/website-schema.yml@7.1.0"

0 commit comments

Comments
 (0)