Skip to content

Special report should have a yellow card footer #12599

Special report should have a yellow card footer

Special report should have a yellow card footer #12599

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
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn install --immutable
- name: Run check-schema script
run: make check-schema
working-directory: dotcom-rendering