Skip to content

docs: refresh README + RUNNING for the shipped 11-tool surface #16

docs: refresh README + RUNNING for the shipped 11-tool surface

docs: refresh README + RUNNING for the shipped 11-tool surface #16

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7.0.0
- uses: jdx/mise-action@v4.2.0
- run: pnpm install --frozen-lockfile
- run: pnpm lint
- run: pnpm typecheck
- run: pnpm test
- run: pnpm build