We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1dbffe commit a00f135Copy full SHA for a00f135
.github/workflows/website-schema.yml
@@ -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
13
14
15
16
17
18
+jobs:
19
+ json-validate:
20
+ name: "Validate JSON schema"
21
+ uses: "doctrine/.github/.github/workflows/[email protected]"
0 commit comments