Skip to content

Bump rails from 7.0.8.5 to 7.2.1.2 #6283

Bump rails from 7.0.8.5 to 7.2.1.2

Bump rails from 7.0.8.5 to 7.2.1.2 #6283

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