Skip to content

[TASK-tsk_8836eb0e9ec63c0d85053e44] feat: Wave 1 技能渐进加载 L2 Bridge — providesTools + discover_tools 懒加载 #588

[TASK-tsk_8836eb0e9ec63c0d85053e44] feat: Wave 1 技能渐进加载 L2 Bridge — providesTools + discover_tools 懒加载

[TASK-tsk_8836eb0e9ec63c0d85053e44] feat: Wave 1 技能渐进加载 L2 Bridge — providesTools + discover_tools 懒加载 #588

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
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: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm lint
- name: Type check
run: pnpm typecheck
- name: Test
run: pnpm test