Skip to content

Images in custom subnav #49264

Images in custom subnav

Images in custom subnav #49264

Workflow file for this run

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