Skip to content

Use existing palette mechanism to add contrasting colour #30359

Use existing palette mechanism to add contrasting colour

Use existing palette mechanism to add contrasting colour #30359

Workflow file for this run

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