Skip to content

ci: add TypeScript build action #1

ci: add TypeScript build action

ci: add TypeScript build action #1

Workflow file for this run

name: TypeScript build
on:
- push
- pull_request
jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
- run: pnpm install
- run: pnpm tsc