Skip to content

Commit 458d5c8

Browse files
authored
Merge pull request #10 from casework/bump_case_validation_action
Bump review action to 2.9.0, CASE validation to 1.3.0
2 parents 093a0a3 + 2a927c8 commit 458d5c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
4949
# Run the CASE validation job to confirm all examples in pillow_output_examples are valid
5050
- name: CASE Export Validation
51-
uses: kchason/case-validation-action@v2.8.0
51+
uses: kchason/case-validation-action@v2.9.0
5252
with:
5353
case-path: ./pillow_output_examples/
54-
case-version: "case-1.2.0"
54+
case-version: "case-1.3.0"
5555
extension-filter: "json"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![CASE-Implementation-PyPI-Pillow](https://github.com/casework/CASE-Implementation-PyPI-Pillow/actions/workflows/python-package.yml/badge.svg)](https://github.com/casework/CASE-Implementation-PyPI-Pillow/actions/workflows/python-package.yml)
2-
![CASE Version](https://img.shields.io/badge/CASE%20Version-1.2.0-brightgreen)
2+
![CASE Version](https://img.shields.io/badge/CASE%20Version-1.3.0-brightgreen)
33

44
# CASE-Implementation-Pillow
55
A repository for the development of a [Pillow](https://pypi.org/project/Pillow/) to [CASE](https://caseontology.org) implementation.

0 commit comments

Comments
 (0)