Skip to content

fix: make sure react-native.config.json is shipped with each library Fixes #647 #753

fix: make sure react-native.config.json is shipped with each library Fixes #647

fix: make sure react-native.config.json is shipped with each library Fixes #647 #753

Workflow file for this run

name: Check project
on:
push:
branches:
- main
- next
pull_request:
branches:
- main
- next
merge_group:
types:
- checks_requested
jobs:
check-project:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Lint
run: yarn lint
- name: Typecheck
run: yarn typecheck
- name: Test
run: yarn test
- name: Build packages
run: yarn lerna run prepare