Skip to content

chore(deps): bump @babel/helper-compilation-targets from 7.29.7 to 8.0.6 in the babel group across 1 directory #37658

chore(deps): bump @babel/helper-compilation-targets from 7.29.7 to 8.0.6 in the babel group across 1 directory

chore(deps): bump @babel/helper-compilation-targets from 7.29.7 to 8.0.6 in the babel group across 1 directory #37658

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