Skip to content

Commit f1d254f

Browse files
Create website schema validation workflow
1 parent f2f7406 commit f1d254f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/website-schema.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "Website config validation"
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- "*.x"
7+
paths:
8+
- ".doctrine-project.json"
9+
- ".github/workflows/website-schema.yml"
10+
push:
11+
branches:
12+
- "*.x"
13+
paths:
14+
- ".doctrine-project.json"
15+
- ".github/workflows/website-schema.yml"
16+
17+
jobs:
18+
json-validate:
19+
name: "Validate JSON schema"
20+
uses: "doctrine/.github/.github/workflows/[email protected]"

0 commit comments

Comments
 (0)