Skip to content

feat(catalog): add docset size and tarix #21

feat(catalog): add docset size and tarix

feat(catalog): add docset size and tarix #21

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
validate:
name: Validate
runs-on: ubuntu-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@v6
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: "1"
- name: Install Dependencies
run: bun install
- name: Typecheck
run: bun run typecheck
- name: Lint
run: bun run lint
- name: Format
run: bun run format
- name: Test
run: bun test