This commit is contained in:
Ivan Malison 2024-02-03 21:14:18 -07:00
parent c93072d9b4
commit 4ae2e70586

View File

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