Skip to content

feat: create website (#21) #77

feat: create website (#21)

feat: create website (#21) #77

Workflow file for this run

name: CI
on:
push:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun test