mirror of
https://github.com/duthaho/claudekit.git
synced 2026-07-18 13:39:40 +03:00
17 lines
351 B
YAML
17 lines
351 B
YAML
name: validate
|
|
|
|
on:
|
|
push:
|
|
branches: [main]
|
|
pull_request:
|
|
|
|
jobs:
|
|
validate:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- name: Validate skill anatomy + version sync
|
|
run: node scripts/validate-plugin.cjs
|
|
- name: Check frontmatter token budgets
|
|
run: node scripts/token-report.cjs --check
|