Add type checking

This commit is contained in:
Kat Huang 2024-01-06 18:04:03 -07:00
parent 66d045c2a7
commit e053517765

View File

@ -19,3 +19,5 @@ jobs:
run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn config set link-folder . && yarn install' run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn config set link-folder . && yarn install'
- name: lint - name: lint
run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn run lint' run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn run lint'
- name: typecheck
run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn tsc --noEmit'