Skip to content

Bump review action to 2.9.0, CASE validation to 1.3.0 #44

Bump review action to 2.9.0, CASE validation to 1.3.0

Bump review action to 2.9.0, CASE validation to 1.3.0 #44

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"