Skip to content

docs: add QMD deployment audit and token-savings analysis #6

docs: add QMD deployment audit and token-savings analysis

docs: add QMD deployment audit and token-savings analysis #6

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
shellcheck-and-smoke:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: ShellCheck
uses: ludeeus/action-shellcheck@2.0.0
- name: Verify expected files exist
run: |
test -f README.md
test -f README.zh-CN.md
test -f docs/architecture.md
test -f docs/architecture.zh-CN.md
test -f scripts/install-qmd.sh
test -f scripts/bootstrap-collections.sh
test -f scripts/start-qmd-mcp.sh
test -f templates/openclaw.jsonc
test -f templates/qmd.env.example
test -f openclaw-custom-skills/qmd-retrieval/SKILL.md
- name: Basic shell syntax check
run: |
bash -n scripts/install-qmd.sh
bash -n scripts/bootstrap-collections.sh
bash -n scripts/start-qmd-mcp.sh