Skip to content

Updated logic-core type definition #17

Updated logic-core type definition

Updated logic-core type definition #17

Workflow file for this run

name: Bun CI
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: cd packages/logic-core && bun install
- run: bun install
- run: bun run lint
- run: cd packages/logic-core && bun run build
- run: bun run build