Skip to content

Commit 6a06532

Browse files
committed
Adding new v4 validator
1 parent 305eb38 commit 6a06532

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/workflows/validate.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: validate
2+
3+
on:
4+
pull_request:
5+
workflow_dispatch:
6+
7+
jobs:
8+
validate:
9+
runs-on: ubuntu-latest
10+
env:
11+
BUNDLE_WITH: test jekyll_plugins
12+
SITE_ID: 'cookbook' # which iiif site this is
13+
URL: 'https://preview.iiif.io'
14+
15+
steps:
16+
- name: Check out this repository
17+
uses: actions/checkout@v5
18+
19+
- name: Run IIIF validator
20+
uses: IIIF/presentation-validator@v4
21+
with:
22+
directory: source/presentation/4.0/example/
23+
version: "4.0"

0 commit comments

Comments
 (0)