Skip to content

Add correct configuration of submodule #53

Add correct configuration of submodule

Add correct configuration of submodule #53

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"