Run local and automated checks to meet the Quality Bar
mini-kit doctor # schema, assets, categories, budgets mini-kit lint-copy # banned terms and CTA rules mini-kit lighthouse # mobile profile inside webview harness
name: Validate MiniApp on: [push, pull_request] jobs: validate: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: { node-version: "18" } - run: npm i -g @base/minikit-cli - run: mini-kit doctor --strict - run: mini-kit lint-copy
Was this page helpful?