Bump the storybook group across 1 directory with 11 updates #30526
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |