We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f7406 commit f1d254fCopy full SHA for f1d254f
.github/workflows/website-schema.yml
@@ -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
12
13
14
15
16
17
+jobs:
18
+ json-validate:
19
+ name: "Validate JSON schema"
20
+ uses: "doctrine/.github/.github/workflows/website-schema.yml@7.2.2"
0 commit comments