Skip to content

docs: 增加 skill 布局规则增强 implementation plan #1

docs: 增加 skill 布局规则增强 implementation plan

docs: 增加 skill 布局规则增强 implementation plan #1

Workflow file for this run

name: CI
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
codegen-check:
name: Codegen check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- name: Check generated files are up to date
run: npm run codegen:check
# If this step fails, run `npm run codegen` locally and commit the result.