Skip to content

feat: initial implementation of fixup #1

feat: initial implementation of fixup

feat: initial implementation of fixup #1

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run typecheck
- run: bun run lint
- run: bun run format:check
- run: bun run build