Skip to content

fix: type error i introduced #2

fix: type error i introduced

fix: type error i introduced #2

Workflow file for this run

name: Typecheck
on:
pull_request:
push:
branches:
- main
- development
jobs:
typecheck:
name: Typecheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Run typecheck
run: yarn tsc --noEmit