ci: add validate:skills to GitHub quality workflow

The deterministic skill validator was in the npm quality chain but
missing from the GitHub Actions workflow.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alex Verkhovsky 2026-03-18 14:38:09 -06:00
parent fd1e24c5c2
commit 642b6a0cf4
1 changed files with 3 additions and 0 deletions

View File

@ -108,3 +108,6 @@ jobs:
- name: Validate file references
run: npm run validate:refs
- name: Validate skills
run: npm run validate:skills