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.
2 parents 139dfa4 + 1dd382d commit a7d5c0dCopy full SHA for a7d5c0d
.doctrine-project.json
@@ -3,7 +3,6 @@
3
"name": "Instantiator",
4
"slug": "instantiator",
5
"docsSlug": "doctrine-instantiator",
6
- "codePath": "/src",
7
"versions": [
8
{
9
"name": "2.0",
.github/workflows/website-schema.yml
@@ -0,0 +1,21 @@
1
+
2
+name: "Website config validation"
+on:
+ pull_request:
+ branches:
+ - "*.x"
+ paths:
+ - ".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/website-schema.yml@7.1.0"
0 commit comments