Skip to content

docs: update documentation for compatibility and installation instruc… #26

docs: update documentation for compatibility and installation instruc…

docs: update documentation for compatibility and installation instruc… #26

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
name: Lint & Typecheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run lint
- run: bun run typecheck