Skip to content

Fix workflow, bump version #9

Fix workflow, bump version

Fix workflow, bump version #9

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