Skip to content

refactor(core): basically developed #363

refactor(core): basically developed

refactor(core): basically developed #363

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
pull_request:
branches:
- main
workflow_dispatch:
jobs:
type-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install dependencies
run: |
npm i pnpm -g
pnpm install
- name: TypeScript check
run: tsc --noEmit