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"