Skip to content

Update dependencies and migrate to oxc #18

Update dependencies and migrate to oxc

Update dependencies and migrate to oxc #18

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
build:
name: Build and lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bunx tsc
- run: bun run build
- run: bun run lint --format=github
- run: bun run fmt --check