ci(models): check Command Code metadata daily

This commit is contained in:
Patrick Wozniak
2026-08-25 14:14:44 +02:00
parent 003d571b5e
commit f23863d326
7 changed files with 450 additions and 5 deletions
+28
View File
@@ -0,0 +1,28 @@
name: Command Code model metadata
on:
schedule:
- cron: "17 6 * * *"
workflow_dispatch:
permissions:
contents: read
concurrency:
group: commandcode-model-metadata
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
registry-url: https://registry.npmjs.org
- run: npm ci
- name: Compare static metadata with the latest Command Code CLI
run: npm run check:model-metadata