fix(ci): enforce catalog count integrity (#525)

* fix(ci): enforce catalog count integrity

* test: harden catalog structure parsing
This commit is contained in:
Justin Philpott 2026-03-16 20:37:51 +00:00 committed by GitHub
parent ac53fbcd0e
commit 01ed1b3b03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 173 additions and 16 deletions

View file

@ -179,6 +179,10 @@ jobs:
run: node scripts/ci/validate-rules.js
continue-on-error: false
- name: Validate catalog counts
run: node scripts/ci/catalog.js --text
continue-on-error: false
security:
name: Security Scan
runs-on: ubuntu-latest