Skip to content

Change JSON-LD file relying on CASE-Mapping-Python library as submodule #46

Change JSON-LD file relying on CASE-Mapping-Python library as submodule

Change JSON-LD file relying on CASE-Mapping-Python library as submodule #46

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checkout the repository for processing
- name: Checkout Repository
uses: actions/checkout@v3
# Test the output files to confirm they're both conformant to the CASE Ontology
- name: CASE Validation
uses: kchason/[email protected]
with:
case-path: ./json/
case-version: "case-1.3.0"