Skip to content

fix: Fix type exports #25

fix: Fix type exports

fix: Fix type exports #25

Workflow file for this run

name: Build
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: mskelton/setup-bun@v1
- run: bun lint
format:
runs-on: ubuntu-latest
steps:
- uses: mskelton/setup-bun@v1
- run: bun prettier --check .