Please work

This commit is contained in:
Ivan Malison 2024-02-03 21:17:08 -07:00
parent 4ae2e70586
commit e7f5d19707

View File

@ -20,7 +20,7 @@ jobs:
- 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 react-native-vision-camera - name: typecheck react-native-vision-camera
run: nix develop --impure --command bash -c 'export HOME=$PWD; cd ./react-native-vision-camera/package; tsc' run: nix develop --impure --command bash -c 'export HOME=$PWD; cd ./react-native-vision-camera/package; yarn install && tsc'
- name: typecheck - name: typecheck
run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn tsc' run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn tsc'
- name: prettier - name: prettier