Skip to content

Add new variant to mobile above nav test - without the RR StickyBottomBanner #37546

Add new variant to mobile above nav test - without the RR StickyBottomBanner

Add new variant to mobile above nav test - without the RR StickyBottomBanner #37546

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