PubNub SDK 6.2.2 release. #253
run-validations.yml
on: push
Matrix: Validate package managers
Validate .pubnub.yml
11s
Validate demo application
14s
Validations
0s
Annotations
8 errors and 1 warning
Validate .pubnub.yml
The run was canceled by @github-actions.
|
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 demo application
The run was canceled by @github-actions.
|
Validate demo application
The operation was canceled.
|
Validate package managers (CocoaPods)
The run was canceled by @github-actions.
|
Validate package managers (CocoaPods)
The operation was canceled.
|
Validate package managers (Swift Package Manager)
The run was canceled by @github-actions.
|
Validate package managers (Swift Package Manager)
The operation was canceled.
|
Validate .pubnub.yml
Check error output and make sure that all required elements in place and correct identifiers used.
|