Skip to content

feat: Sub-workflow (core.workflow.call) with parent/child navigation #441

feat: Sub-workflow (core.workflow.call) with parent/child navigation

feat: Sub-workflow (core.workflow.call) with parent/child navigation #441

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
timeout-minutes: 25
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run typecheck
run: bun run typecheck
- name: Run tests
run: bun run test