File tree 2 files changed +25
-5
lines changed
2 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 5
5
"docsSlug" : " doctrine-phpcr-odm" ,
6
6
"versions" : [
7
7
{
8
- "name" : " 2.x " ,
9
- "branchName" : " 2.x" ,
8
+ "name" : " 2.0 " ,
9
+ "branchName" : " 2.0. x" ,
10
10
"slug" : " latest" ,
11
11
"current" : true
12
12
},
13
13
{
14
- "name" : " 1.x " ,
15
- "branchName" : " 1.x" ,
16
- "slug" : " 1.x " ,
14
+ "name" : " 1.5 " ,
15
+ "branchName" : " 1.5. x" ,
16
+ "slug" : " 1.5 " ,
17
17
"maintained" : true
18
18
}
19
19
]
Original file line number Diff line number Diff line change
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] "
You can’t perform that action at this time.
0 commit comments