fix(models): keep generated sync scope reviewable

This commit is contained in:
Patrick Wozniak
2026-08-25 15:09:54 +02:00
parent c3a383447c
commit 41e98a1d67
3 changed files with 2 additions and 20 deletions
+1 -2
View File
@@ -58,7 +58,7 @@ jobs:
run: npm run sync:commandcode-catalog | tee commandcode-catalog-report.md
- name: Format and verify synchronized files
run: |
npm run format -- src/commandcode-catalog.ts README.md CHANGELOG.md
npm run format -- src/commandcode-catalog.ts README.md
npm run typecheck
npm run test:models
npm run format:check
@@ -87,4 +87,3 @@ jobs:
add-paths: |
src/commandcode-catalog.ts
README.md
CHANGELOG.md