We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd34623 + e41635e commit 643fb21Copy full SHA for 643fb21
.github/workflows/ci.yml
@@ -37,10 +37,10 @@ jobs:
37
38
# Ensure that the example output is a valid CASE JSON-LD graph
39
- name: CASE Export Validation
40
- uses: kchason/case-validation-action@v2.8.0
+ uses: kchason/case-validation-action@v2.9.0
41
with:
42
case-path: ./
43
- case-version: "case-1.2.0"
+ case-version: "case-1.3.0"
44
extension-filter: "jsonld"
45
report-in-pr: "true"
46
github-token: ${{ secrets.GITHUB_TOKEN }}
Makefile
@@ -58,6 +58,7 @@ all: \
58
touch $@
59
60
.venv.done.log: \
61
+ .github/workflows/ci.yml \
62
pyproject.toml
63
rm -rf venv
64
$(PYTHON3) -m venv \
0 commit comments