Skip to content

Special report should have a yellow card footer #19875

Special report should have a yellow card footer

Special report should have a yellow card footer #19875

Workflow file for this run

name: DCR Build Check
on:
push:
paths-ignore:
- 'apps-rendering/**'
- 'dotcom-rendering/docs/**'
jobs:
build_check:
name: DCR Build 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: Generate production build
run: make build
working-directory: dotcom-rendering
- name: Validate Build
run: make buildCheck
working-directory: dotcom-rendering