Skip to content

feat: add workflow profiles with trellis co-creation specs #262

feat: add workflow profiles with trellis co-creation specs

feat: add workflow profiles with trellis co-creation specs #262

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install
- run: bun run lint
- run: bun run typecheck
- run: bun test