Skip to content

feat(image-upload): send images to agent #103

feat(image-upload): send images to agent

feat(image-upload): send images to agent #103

Workflow file for this run

name: Expo App TypeScript typecheck
on:
pull_request:
paths:
- 'packages/happy-app/**'
- '.github/workflows/typecheck.yml'
push:
branches:
- main
paths:
- 'packages/happy-app/**'
- '.github/workflows/typecheck.yml'
jobs:
typecheck:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: TypeScript typecheck
run: yarn workspace happy-app typecheck