diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index d6ab554..61b6ba8 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -19,6 +19,8 @@ jobs: run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn config set link-folder . && yarn install' - name: lint run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn run lint' + - name: typecheck react-native-vision-camera + run: nix develop --impure --command bash -c 'export HOME=$PWD; cd ./react-native-vision-camera/package; yarn tsc --noEmit' - name: typecheck run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn tsc --noEmit' - name: prettier