From 8cdca9945bdceb951c5ecd8e4bd9b6cb43863f9e Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Wed, 25 Mar 2026 15:13:21 +0000 Subject: [PATCH] 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"