Skip to content

chore: release 1.6.0-rc.0 #320

chore: release 1.6.0-rc.0

chore: release 1.6.0-rc.0 #320

Workflow file for this run

name: TypeScript
on: [push]
jobs:
tsc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- name: Install dependencies
run: yarn
- name: typecheck
run: yarn typecheck