Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

feat: ✨ restore deployment feature parity #274

feat: ✨ restore deployment feature parity

feat: ✨ restore deployment feature parity #274

# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json
---
name: Check for TypeScript errors
on:
pull_request:
jobs:
check-typescript:
name: Check for TypeScript errors
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- name: Setup Node.js and pnpm
uses: ./.github/actions/setup-node-and-pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run TypeScript type checking
run: pnpm ci:tsc