Skip to content

openactive/skos-compare-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skos-compare-action

GitHub Action to compare SKOS files, used by https://github.com/openactive/skos-vocabulary-workflows.

Inputs

new_jsonld_file

Required New JSON-LD SKOS file path.

old_jsonld_file

Required Old JSON-LD SKOS file path.

Outputs

hasChanges

Boolean indicating if the SKOS file has changed

changeDescription

Human-readable list of the prefLabels that have changed

Example usage

uses: openactive/skos-compare-action@main
with:
  new_jsonld_file: './activity-list-updated.jsonld'
  old_jsonld_file: './activity-list.jsonld'

About

GitHub Action to compare SKOS files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published