PubNub SDK v4.14.0 release. #474
run-validations.yml
on: push
Validate .pubnub.yml
12s
Validations
0s
Annotations
2 errors and 1 warning
Validate .pubnub.yml
The run was canceled by @github-actions[bot].
|
Validate .pubnub.yml
'.pubnub.yml' validation failed:
[
{
"instancePath": "/changelog/0/changes",
"schemaPath": "#/properties/changelog/items/properties/changes/type",
"keyword": "type",
"params": {
"type": "array"
},
"message": "must be array",
"schema": "array",
"parentSchema": {
"type": "array",
"description": "A list of SDK Changes",
"items": {
"type": "object",
"description": "A description of a single change",
"properties": {
"text": {
"type": "string",
"description": "A end user description of the change"
},
"type": {
"enum": [
"improvement",
"feature",
"bug"
],
"description": "improvements will show under modified in the docs system. Bugs will show under fixed. Features will show under Added."
}
}
}
},
"data": null
}
]
|
Validate .pubnub.yml
Check error output and make sure that all required elements in place and correct identifiers used.
|