Skip to content

feat(benji): land wave 1 shell and project model #1

feat(benji): land wave 1 shell and project model

feat(benji): land wave 1 shell and project model #1

Workflow file for this run

name: Validate
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
concurrency:
group: validate-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run validation suite
run: bun run validate:ci