Skip to content

feat: adapt the site (for users in the test) #9546

feat: adapt the site (for users in the test)

feat: adapt the site (for users in the test) #9546

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