Add type checking
This commit is contained in:
parent
66d045c2a7
commit
e053517765
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user