Skip to content

Commit 643fb21

Browse files
authored
Merge pull request #35 from casework/bump_case_validation_and_refresh_test
Bump CASE validation and refresh test
2 parents bd34623 + e41635e commit 643fb21

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737

3838
# Ensure that the example output is a valid CASE JSON-LD graph
3939
- name: CASE Export Validation
40-
uses: kchason/case-validation-action@v2.8.0
40+
uses: kchason/case-validation-action@v2.9.0
4141
with:
4242
case-path: ./
43-
case-version: "case-1.2.0"
43+
case-version: "case-1.3.0"
4444
extension-filter: "jsonld"
4545
report-in-pr: "true"
4646
github-token: ${{ secrets.GITHUB_TOKEN }}

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ all: \
5858
touch $@
5959

6060
.venv.done.log: \
61+
.github/workflows/ci.yml \
6162
pyproject.toml
6263
rm -rf venv
6364
$(PYTHON3) -m venv \

0 commit comments

Comments
 (0)