Skip to content
This repository was archived by the owner on Jul 19, 2026. It is now read-only.

docs: fix repo clone URL in CONTRIBUTING.md #2

docs: fix repo clone URL in CONTRIBUTING.md

docs: fix repo clone URL in CONTRIBUTING.md #2

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
typecheck:
name: Typecheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm typecheck