Skip to content

Card pill with self hosted video main media (#15339) #30684

Card pill with self hosted video main media (#15339)

Card pill with self hosted video main media (#15339) #30684

Workflow file for this run

name: DCR Stories Check
on:
push:
paths-ignore:
- 'dotcom-rendering/docs/**'
jobs:
build_check:
name: DCR Stories 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-stories script
run: make check-stories
working-directory: dotcom-rendering