Skip to content

install dependencies #146

install dependencies

install dependencies #146

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bin/setup
- run: bin/test