Skip to content

refactor: restructure worklets source sets #3

refactor: restructure worklets source sets

refactor: restructure worklets source sets #3

name: Worklets & Reanimated Apple compilation checks
env:
YARN_ENABLE_HARDENED_MODE: 0
on:
pull_request:
paths:
- .github/workflows/worklets-reanimated-apple-compilation-checks.yml
- packages/react-native-reanimated/apple/**
- packages/react-native-reanimated/Common/**
- packages/react-native-worklets/**
merge_group:
branches:
- main
push:
branches:
- main
paths:
- .github/workflows/worklets-reanimated-apple-compilation-checks.yml
- packages/react-native-reanimated/apple/**
- packages/react-native-reanimated/Common/**
- packages/react-native-worklets/**
workflow_call:
workflow_dispatch:
jobs:
ios-with-external-worklets-build:
if: github.repository == 'software-mansion/react-native-reanimated'
uses: ./.github/workflows/example-ios-build-check.yml
with:
use-external-worklets: true
macos-with-external-worklets-build:
if: github.repository == 'software-mansion/react-native-reanimated'
uses: ./.github/workflows/example-macos-build-check.yml
with:
use-external-worklets: true
tvos-with-external-worklets-build:
if: github.repository == 'software-mansion/react-native-reanimated'
uses: ./.github/workflows/example-tvos-build-check.yml
with:
use-external-worklets: true