Skip to content

Remove test data

Remove test data #5

Triggered via push March 30, 2024 08:46
Status Failure
Total duration 19s
Artifacts
validate-and-release  /  validate
10s
validate-and-release / validate
validate-and-release  /  release
0s
validate-and-release / release
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
validate-and-release / validate
Unhandled error: Error: You must pass a string or Handlebars AST to Handlebars.compile. You passed { "$schema":"http://json-schema.org/schema#", "$id":"https://openactive.io/skos-vocabulary-workflows/skos-vocabulary.schema.json", "title":"OpenActive SKOS Vocabulary JSON-LD Schema", "description":"Checks to ensure the Linked Data JSON output of the SKOS Vocabulary Editor conforms required format.", "type":"object", "required" : ["@context", "id", "title", "description", "type", "license", "concept"], "properties":{ "@context":{ "type":"string", "pattern":"https://openactive.io/" }, "id":{ "type":"string", "pattern":"https://openactive.io/{{VOCAB_IDENTIFIER}}" }, "title":{ "type":"string" }, "description":{ "type":"string" }, "type":{ "type":"string", "pattern":"ConceptScheme" }, "license":{ "type":"string", "pattern":"https://creativecommons.org/licenses/by/4.0/" }, "concept":{ "type":"array", "items":{ "$ref":"#/definitions/concept" } } }, "definitions":{ "concept":{ "type":"object", "required":[ "id", "type", "notation", "prefLabel" ], "properties":{ "id":{ "type":"string", "pattern":"https://openactive.io/{{VOCAB_IDENTIFIER}}#.+" }, "type":{ "type":"string", "pattern":"Concept" }, "notation":{ "type":"string", "pattern":"^([0-9]|[a-z]|_)+$" }, "prefLabel":{ "type":"string" }, "definition":{ "type":"string" }, "broader":{ "type":"array", "items":{ "type":"string", "pattern":"https://openactive.io/{{VOCAB_IDENTIFIER}}#.+" } }, "narrower":{ "type":"array", "items":{ "type":"string", "pattern":"https://openactive.io/{{VOCAB_IDENTIFIER}}#.+" } }, "related":{ "type":"array", "items":{ "type":"string", "pattern":"https://openactive.io/{{VOCAB_IDENTIFIER}}#.+" } }, "topConceptOf":{ "type":"string", "pattern":"https://openactive.io/{{VOCAB_IDENTIFIER}}" }, "altLabel":{ "type":"array", "items":{ "type":"string" } } } } } }
validate-and-release / validate
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
validate-and-release / validate
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/