Added Sony Dualsense and configs #66
validate-json.yaml
on: pull_request
Validate JSON Files against schemas
7s
Annotations
2 errors and 1 warning
Validate JSON Files against schemas
{
"instancePath": "/functions",
"schemaPath": "#/additionalProperties",
"keyword": "additionalProperties",
"params": {
"additionalProperty": "_comment"
},
"message": "must NOT have additional properties"
}
|
Validate JSON Files against schemas
{
"instancePath": "/functions",
"schemaPath": "#/required",
"keyword": "required",
"params": {
"missingProperty": "macro"
},
"message": "must have required property 'macro'"
}
|
Validate JSON Files against schemas
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|