Skip to content

Merge branch 'main' of https://github.com/bndkt/react-native-widget-e… #44

Merge branch 'main' of https://github.com/bndkt/react-native-widget-e…

Merge branch 'main' of https://github.com/bndkt/react-native-widget-e… #44

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
CI:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Build react-native-widget-extension
run: bun run build