Skip to content

Polish agent-first docs entrypoints #13

Polish agent-first docs entrypoints

Polish agent-first docs entrypoints #13

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run check
- run: npm run test
- run: npm run build