Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -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@main
with:
directory: source/presentation/4.0/example/
version: "4.0"
5 changes: 4 additions & 1 deletion source/presentation/4.0/example/uc06_canvas_in_scene.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@
"width": 800,
"height": 800
},
"target": "https://iiif.io/api/presentation/4.0/example/uc06/canvas/chessboard"
"target": {
"id": "https://iiif.io/api/presentation/4.0/example/uc06/canvas/chessboard",
"type": "Canvas"
}
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"label": { "en": [ "Side A: 99 Luftballons - 10min duration" ] },
"width": 100,
"height": 100,
"duration": 36000,
"duration": 600,
"items": [
{
"id": "https://iiif.io/api/presentation/4.0/example/uc07_audio/canvas/1/page/1",
Expand Down
Loading