@@ -17,117 +17,117 @@ jobs:
17
17
.github
18
18
19
19
- name : Validate go-sdk versions.yml
20
- uses : ./.github/actions/ validate-yml
20
+ uses :
dsanders11/json-schema- validate-[email protected]
21
21
with :
22
- schema-path : " fern-versions-yml.schema.json"
23
- file-path : " generators/go/sdk/versions.yml"
22
+ schema : " fern-versions-yml.schema.json"
23
+ files : " generators/go/sdk/versions.yml"
24
24
- name : Validate go-model versions.yml
25
- uses : ./.github/actions/ validate-yml
25
+ uses :
dsanders11/json-schema- validate-[email protected]
26
26
with :
27
- schema-path : " fern-versions-yml.schema.json"
28
- file-path : " generators/go/model/versions.yml"
27
+ schema : " fern-versions-yml.schema.json"
28
+ files : " generators/go/model/versions.yml"
29
29
- name : Validate go-fiber versions.yml
30
- uses : ./.github/actions/ validate-yml
30
+ uses :
dsanders11/json-schema- validate-[email protected]
31
31
with :
32
- schema-path : " fern-versions-yml.schema.json"
33
- file-path : " generators/go/fiber/versions.yml"
32
+ schema : " fern-versions-yml.schema.json"
33
+ files : " generators/go/fiber/versions.yml"
34
34
- name : Validate typescript-mcp versions.yml
35
- uses : ./.github/actions/ validate-yml
35
+ uses :
dsanders11/json-schema- validate-[email protected]
36
36
with :
37
- schema-path : " fern-versions-yml.schema.json"
38
- file-path : " generators/typescript-mcp/model/versions.yml"
37
+ schema : " fern-versions-yml.schema.json"
38
+ files : " generators/typescript-mcp/model/versions.yml"
39
39
- name : Validate python-sdk versions.yml
40
- uses : ./.github/actions/ validate-yml
40
+ uses :
dsanders11/json-schema- validate-[email protected]
41
41
with :
42
- schema-path : " fern-versions-yml.schema.json"
43
- file-path : " generators/python/sdk/versions.yml"
42
+ schema : " fern-versions-yml.schema.json"
43
+ files : " generators/python/sdk/versions.yml"
44
44
- name : Validate fastapi versions.yml
45
- uses : ./.github/actions/ validate-yml
45
+ uses :
dsanders11/json-schema- validate-[email protected]
46
46
with :
47
- schema-path : " fern-versions-yml.schema.json"
48
- file-path : " generators/python/fastapi/versions.yml"
47
+ schema : " fern-versions-yml.schema.json"
48
+ files : " generators/python/fastapi/versions.yml"
49
49
- name : Validate pydantic versions.yml
50
- uses : ./.github/actions/ validate-yml
50
+ uses :
dsanders11/json-schema- validate-[email protected]
51
51
with :
52
- schema-path : " fern-versions-yml.schema.json"
53
- file-path : " generators/python/pydantic/versions.yml"
52
+ schema : " fern-versions-yml.schema.json"
53
+ files : " generators/python/pydantic/versions.yml"
54
54
- name : Validate ts-express versions.yml
55
- uses : ./.github/actions/ validate-yml
55
+ uses :
dsanders11/json-schema- validate-[email protected]
56
56
with :
57
- schema-path : " fern-versions-yml.schema.json"
58
- file-path : " generators/typescript/express/versions.yml"
57
+ schema : " fern-versions-yml.schema.json"
58
+ files : " generators/typescript/express/versions.yml"
59
59
- name : Validate ts-sdk versions.yml
60
- uses : ./.github/actions/ validate-yml
60
+ uses :
dsanders11/json-schema- validate-[email protected]
61
61
with :
62
- schema-path : " fern-versions-yml.schema.json"
63
- file-path : " generators/typescript/sdk/versions.yml"
62
+ schema : " fern-versions-yml.schema.json"
63
+ files : " generators/typescript/sdk/versions.yml"
64
64
- name : Validate postman versions.yml
65
- uses : ./.github/actions/ validate-yml
65
+ uses :
dsanders11/json-schema- validate-[email protected]
66
66
with :
67
- schema-path : " fern-versions-yml.schema.json"
68
- file-path : " generators/postman/versions.yml"
67
+ schema : " fern-versions-yml.schema.json"
68
+ files : " generators/postman/versions.yml"
69
69
- name : Validate java-sdk versions.yml
70
- uses : ./.github/actions/ validate-yml
70
+ uses :
dsanders11/json-schema- validate-[email protected]
71
71
with :
72
- schema-path : " fern-versions-yml.schema.json"
73
- file-path : " generators/java/sdk/versions.yml"
72
+ schema : " fern-versions-yml.schema.json"
73
+ files : " generators/java/sdk/versions.yml"
74
74
- name : Validate java-model versions.yml
75
- uses : ./.github/actions/ validate-yml
75
+ uses :
dsanders11/json-schema- validate-[email protected]
76
76
with :
77
- schema-path : " fern-versions-yml.schema.json"
78
- file-path : " generators/java/model/versions.yml"
77
+ schema : " fern-versions-yml.schema.json"
78
+ files : " generators/java/model/versions.yml"
79
79
- name : Validate java-spring versions.yml
80
- uses : ./.github/actions/ validate-yml
80
+ uses :
dsanders11/json-schema- validate-[email protected]
81
81
with :
82
- schema-path : " fern-versions-yml.schema.json"
83
- file-path : " generators/java/spring/versions.yml"
82
+ schema : " fern-versions-yml.schema.json"
83
+ files : " generators/java/spring/versions.yml"
84
84
- name : Validate php-sdk versions.yml
85
- uses : ./.github/actions/ validate-yml
85
+ uses :
dsanders11/json-schema- validate-[email protected]
86
86
with :
87
- schema-path : " fern-versions-yml.schema.json"
88
- file-path : " generators/php/sdk/versions.yml"
87
+ schema : " fern-versions-yml.schema.json"
88
+ files : " generators/php/sdk/versions.yml"
89
89
- name : Validate php-model versions.yml
90
- uses : ./.github/actions/ validate-yml
90
+ uses :
dsanders11/json-schema- validate-[email protected]
91
91
with :
92
- schema-path : " fern-versions-yml.schema.json"
93
- file-path : " generators/php/model/versions.yml"
92
+ schema : " fern-versions-yml.schema.json"
93
+ files : " generators/php/model/versions.yml"
94
94
- name : Validate openapi versions.yml
95
- uses : ./.github/actions/ validate-yml
95
+ uses :
dsanders11/json-schema- validate-[email protected]
96
96
with :
97
- schema-path : " fern-versions-yml.schema.json"
98
- file-path : " generators/openapi/versions.yml"
97
+ schema : " fern-versions-yml.schema.json"
98
+ files : " generators/openapi/versions.yml"
99
99
- name : Validate ruby-v2 versions.yml
100
- uses : ./.github/actions/ validate-yml
100
+ uses :
dsanders11/json-schema- validate-[email protected]
101
101
with :
102
- schema-path : " fern-versions-yml.schema.json"
103
- file-path : " generators/ruby-v2/sdk/versions.yml"
102
+ schema : " fern-versions-yml.schema.json"
103
+ files : " generators/ruby-v2/sdk/versions.yml"
104
104
- name : Validate csharp-sdk versions.yml
105
- uses : ./.github/actions/ validate-yml
105
+ uses :
dsanders11/json-schema- validate-[email protected]
106
106
with :
107
- schema-path : " fern-versions-yml.schema.json"
108
- file-path : " generators/csharp/sdk/versions.yml"
107
+ schema : " fern-versions-yml.schema.json"
108
+ files : " generators/csharp/sdk/versions.yml"
109
109
- name : Validate csharp-model versions.yml
110
- uses : ./.github/actions/ validate-yml
110
+ uses :
dsanders11/json-schema- validate-[email protected]
111
111
with :
112
- schema-path : " fern-versions-yml.schema.json"
113
- file-path : " generators/csharp/model/versions.yml"
112
+ schema : " fern-versions-yml.schema.json"
113
+ files : " generators/csharp/model/versions.yml"
114
114
- name : Validate ruby versions.yml
115
- uses : ./.github/actions/ validate-yml
115
+ uses :
dsanders11/json-schema- validate-[email protected]
116
116
with :
117
- schema-path : " fern-versions-yml.schema.json"
118
- file-path : " generators/ruby/sdk/versions.yml"
117
+ schema : " fern-versions-yml.schema.json"
118
+ files : " generators/ruby/sdk/versions.yml"
119
119
- name : Validate ruby-model versions.yml
120
- uses : ./.github/actions/ validate-yml
120
+ uses :
dsanders11/json-schema- validate-[email protected]
121
121
with :
122
- schema-path : " fern-versions-yml.schema.json"
123
- file-path : " generators/ruby/model/versions.yml"
122
+ schema : " fern-versions-yml.schema.json"
123
+ files : " generators/ruby/model/versions.yml"
124
124
- name : Validate rust-sdk versions.yml
125
- uses : ./.github/actions/ validate-yml
125
+ uses :
dsanders11/json-schema- validate-[email protected]
126
126
with :
127
- schema-path : " fern-versions-yml.schema.json"
128
- file-path : " generators/rust/sdk/versions.yml"
127
+ schema : " fern-versions-yml.schema.json"
128
+ files : " generators/rust/sdk/versions.yml"
129
129
- name : Validate rust-model versions.yml
130
- uses : ./.github/actions/ validate-yml
130
+ uses :
dsanders11/json-schema- validate-[email protected]
131
131
with :
132
- schema-path : " fern-versions-yml.schema.json"
133
- file-path : " generators/rust/model/versions.yml"
132
+ schema : " fern-versions-yml.schema.json"
133
+ files : " generators/rust/model/versions.yml"
0 commit comments