Skip to content

Commit

Permalink
Merge pull request #5 from casework/bump_case_validation_action
Browse files Browse the repository at this point in the history
Bump review action to 2.9.0, CASE validation to 1.3.0
  • Loading branch information
kchason authored Feb 13, 2024
2 parents c3698ce + 7f2b5fb commit a2d9901
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
# Run the CASE validation job to confirm all of the examples in examples/ are conformant
# CASE. Note, this only runs against files with the extension "jsonld"
- name: CASE Export Validation
uses: kchason/case-validation-action@v2.8.0
uses: kchason/case-validation-action@v2.9.0
with:
case-path: ./examples/
case-version: "case-1.2.0"
case-version: "case-1.3.0"
extension-filter: "jsonld"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# CASE Implementation XRY
[![CASE Examples](https://github.com/casework/CASE-Implementation-XRY/actions/workflows/validate.yml/badge.svg)](https://github.com/casework/CASE-Implementation-XRY/actions/workflows/validate.yml/badge.svg)
![CASE Version](https://img.shields.io/badge/CASE%20Version-1.2.0-green)
![CASE Version](https://img.shields.io/badge/CASE%20Version-1.3.0-green)

### Overview

Implementation scripts and examples for converting MSAB XRY reports into CASE.

### Usage

All files in the `examples/` directory with the extension `.jsonld` will automatically be validated using a GitHub Action that confirms their conformance to CASE v1.2.0.
All files in the `examples/` directory with the extension `.jsonld` will automatically be validated using a GitHub Action that confirms their conformance to CASE v1.3.0.

### Contributing

Expand Down

0 comments on commit a2d9901

Please sign in to comment.