mirror of
https://github.com/duthaho/claudekit.git
synced 2026-07-14 02:55:18 +03:00
feat: run validate-plugin in CI; document the check in README and AGENTS.md
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user