Skip to content

Images in custom subnav #37566

Images in custom subnav

Images in custom subnav #37566

Workflow file for this run

name: DCR Schema Check
on:
merge_group:
types: [checks_requested]
pull_request:
paths-ignore:
- 'dotcom-rendering/docs/**'
jobs:
build_check:
name: DCR Schema Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v7
- name: Set up Node environment
uses: ./.github/actions/setup-node-env
- name: Run check-schemas script
run: make check-schemas
working-directory: dotcom-rendering