Skip to content

Merge branch 'main' of github.com:guardian/dotcom-rendering into updg… #9215

Merge branch 'main' of github.com:guardian/dotcom-rendering into updg…

Merge branch 'main' of github.com:guardian/dotcom-rendering into updg… #9215

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
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- name: Run check-stories script
run: make check-stories
working-directory: dotcom-rendering