Skip to content

Commit 0f04b71

Browse files
authored
feat: add skill validation CI job (#14)
## Summary - Add skill validation job calling reusable workflow from skill-repo-skill - Checks SKILL.md frontmatter, word count, composer.json, plugin.json, file presence ## Test plan - [ ] CI passes with new validation job
2 parents 225def6 + b878f4e commit 0f04b71

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ jobs:
3333
severity: error
3434
env:
3535
SHELLCHECK_OPTS: -x
36+
37+
validate:
38+
name: Skill Validation
39+
uses: netresearch/skill-repo-skill/.github/workflows/validate.yml@main

0 commit comments

Comments
 (0)