Skip to content

[RNE Rewrite] Add text and image embeddings pipelines #3326

[RNE Rewrite] Add text and image embeddings pipelines

[RNE Rewrite] Add text and image embeddings pipelines #3326

Workflow file for this run

name: CI
on:
push:
branches:
- main
- rne-rewrite
pull_request:
branches:
- main
- rne-rewrite
merge_group:
types:
- checks_requested
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup
uses: ./.github/actions/setup
- name: Lint files
run: yarn lint
- name: Typecheck files
run: yarn workspaces foreach --all --exclude react-native-executorch-bare-resource-fetcher --exclude react-native-executorch-expo-resource-fetcher --exclude react-native-executorch-webrtc --topological-dev run prepare && yarn typecheck
build-library:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup
uses: ./.github/actions/setup
- name: Build all packages
run: yarn workspaces foreach --all --exclude react-native-executorch-bare-resource-fetcher --exclude react-native-executorch-expo-resource-fetcher --exclude react-native-executorch-webrtc --topological-dev run prepare