Skip to content

fix: undefined components and modules #3256

fix: undefined components and modules

fix: undefined components and modules #3256

Workflow file for this run

name: TypeScript
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
permissions:
contents: read
jobs:
run-typescript:
name: Run TypeScript
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
uses: ./.github/actions/install
- name: Run TypeScript
run: pnpm run typescript:check