Skip to content

Set up a release pipeline #6

Set up a release pipeline

Set up a release pipeline #6

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run format:check
- run: bun run build