Skip to content

Bump the storybook group across 1 directory with 11 updates #28939

Bump the storybook group across 1 directory with 11 updates

Bump the storybook group across 1 directory with 11 updates #28939

Workflow file for this run

name: DCR typescript 🕵‍♀
on:
push:
paths-ignore:
- 'apps-rendering/**'
- 'dotcom-rendering/docs/**'
jobs:
typescript:
name: Typescript
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node environment
uses: ./.github/actions/setup-node-env
- name: Check typescript
run: pnpm tsc
working-directory: dotcom-rendering