Skip to content

refactor: improve docs #135

refactor: improve docs

refactor: improve docs #135

Workflow file for this run

on:
push:
branches:
- master
pull_request:
jobs:
tsc:
name: tsc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install node v18
uses: actions/setup-node@v3
with:
node-version: 18
- name: install dependencies
run: yarn install --frozen-lockfile
- name: tsc
run: yarn build