Content Status endpoint + mass_update_ranked + mass_update default order endpoints #9519
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |