Skip to content

Bump the babel group across 1 directory with 3 updates #19221

Bump the babel group across 1 directory with 3 updates

Bump the babel group across 1 directory with 3 updates #19221

Workflow file for this run

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