Skip to content

Merge branch 'pr-1000-3' into pr-46 #136

Merge branch 'pr-1000-3' into pr-46

Merge branch 'pr-1000-3' into pr-46 #136

Workflow file for this run

name: typecheck-pr
on:
push:
branches-ignore: main
jobs:
build:
continue-on-error: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- run: yarn install
- run: yarn build