We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305eb38 commit 6a06532Copy full SHA for 6a06532
1 file changed
.github/workflows/validate.yml
@@ -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