Skip to content

docs: doc v1 dead links and warning #28

docs: doc v1 dead links and warning

docs: doc v1 dead links and warning #28

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun tsc
- run: bun prettier --check .