-
Notifications
You must be signed in to change notification settings - Fork 1
51 lines (44 loc) · 1.31 KB
/
xml-schema-validation.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: XML Schema Validation
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
manifest:
name: Manifest
uses: CruGlobal/mobile-content-api/.github/workflows/validate-schema.yml@master
with:
schema: public/xmlns/manifest.xsd
test_dir: schema_tests/manifest
content:
name: Content
uses: CruGlobal/mobile-content-api/.github/workflows/validate-schema.yml@master
with:
schema: public/xmlns/content.xsd
test_dir: schema_tests/content
cyoa:
name: Choose Your Own Adventure
uses: CruGlobal/mobile-content-api/.github/workflows/validate-schema.yml@master
with:
schema: public/xmlns/cyoa.xsd
test_dir: schema_tests/cyoa
lesson:
name: Lesson
uses: CruGlobal/mobile-content-api/.github/workflows/validate-schema.yml@master
with:
schema: public/xmlns/lesson.xsd
test_dir: schema_tests/lesson
tract:
name: Tract
uses: CruGlobal/mobile-content-api/.github/workflows/validate-schema.yml@master
with:
schema: public/xmlns/tract.xsd
test_dir: schema_tests/tract
training:
name: Training
uses: CruGlobal/mobile-content-api/.github/workflows/validate-schema.yml@master
with:
schema: public/xmlns/training.xsd
test_dir: schema_tests/training