Skip to content

add docs titles for llms.txt, fixup referential variable docs #1041

add docs titles for llms.txt, fixup referential variable docs

add docs titles for llms.txt, fixup referential variable docs #1041

Workflow file for this run

name: Test
on:
push:
branches: ['main']
pull_request:
branches: ['main']
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22.x
cache: 'yarn'
- uses: oven-sh/setup-bun@v2
- run: yarn install --immutable
- run: yarn build:packages
- run: yarn test
- run: yarn typecheck
env:
GITHUB_TOKEN: ${{ secrets.CI_ACCESS_TOKEN }}