feat: 添加 Kimi WebBridge 受控目录条目 (#2)

This commit is contained in:
2026-08-30 13:49:44 -04:00
committed by GitHub
parent e06a0b74d0
commit 877a3b2424
11 changed files with 1565 additions and 23 deletions

27
.github/workflows/validate.yml vendored Normal file
View File

@@ -0,0 +1,27 @@
name: Validate Registry
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Check out registry
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Validate registry
run: npm test