chore(companion): enforce reference-app generator sync in CI

This commit is contained in:
William Valentin
2026-02-26 21:00:28 -08:00
parent 820af97859
commit c96aca5f1d
9 changed files with 63 additions and 3 deletions
@@ -0,0 +1,26 @@
name: companion-reference-apps-check
on:
pull_request:
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Enable Corepack
run: corepack enable
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Verify generated companion reference apps are in sync
run: pnpm companion:reference-apps:check