From 8cdca9945bdceb951c5ecd8e4bd9b6cb43863f9e Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Wed, 25 Mar 2026 15:13:21 +0000 Subject: [PATCH 1/2] Adding v4 validator --- .github/workflows/valiadte.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/valiadte.yml diff --git a/.github/workflows/valiadte.yml b/.github/workflows/valiadte.yml new file mode 100644 index 0000000..71e5e7d --- /dev/null +++ b/.github/workflows/valiadte.yml @@ -0,0 +1,23 @@ +name: validate + +on: + pull_request: + workflow_dispatch: + +jobs: + validate: + runs-on: ubuntu-latest + env: + BUNDLE_WITH: test jekyll_plugins + SITE_ID: 'cookbook' # which iiif site this is + URL: 'https://preview.iiif.io' + + steps: + - name: Check out this repository + uses: actions/checkout@v5 + + - name: Run IIIF validator + uses: IIIF/presentation-validator@v4 + with: + directory: manifests + version: "4.0" From c365eaa0d28389f93c3a1cb9968d7c2467510232 Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Wed, 13 May 2026 17:41:21 +0100 Subject: [PATCH 2/2] Updating version --- .github/workflows/valiadte.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/valiadte.yml b/.github/workflows/valiadte.yml index 71e5e7d..d947320 100644 --- a/.github/workflows/valiadte.yml +++ b/.github/workflows/valiadte.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v5 - name: Run IIIF validator - uses: IIIF/presentation-validator@v4 + uses: IIIF/presentation-validator@main with: directory: manifests version: "4.0"