Skip to content

chore: release automation stuff #21

chore: release automation stuff

chore: release automation stuff #21

Workflow file for this run

name: Check types and build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install --frozen-lockfile
- run: bun run check
- run: bun test
- run: bun run build-ci