Skip to content

Merge pull request #12406 from guardian/revert-12357-e2e/podcast-tags #20316

Merge pull request #12406 from guardian/revert-12357-e2e/podcast-tags

Merge pull request #12406 from guardian/revert-12357-e2e/podcast-tags #20316

Workflow file for this run

name: DCR Schema Check
on:
push:
paths-ignore:
- 'apps-rendering/**'
- 'dotcom-rendering/docs/**'
jobs:
build_check:
name: DCR Schema Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node environment
uses: ./.github/actions/setup-node-env
- name: Run check-schema script
run: make check-schema
working-directory: dotcom-rendering