Skip to content

Merge pull request #111 from flojoy-ai/jackparmer-patch-1 #148

Merge pull request #111 from flojoy-ai/jackparmer-patch-1

Merge pull request #111 from flojoy-ai/jackparmer-patch-1 #148

Workflow file for this run

name: Build
on:
push:
branches:
- main
- staging
pull_request:
jobs:
cloud:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- uses: extractions/setup-just@v1
- name: Install
run: just install-bun
- name: Build
run: just build