Skip to content

docs: add demo gif to README.md #135

docs: add demo gif to README.md

docs: add demo gif to README.md #135

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun biome ci --error-on-warnings
- run: bun tsc
- run: bun test