Skip to content

Commit f0723d4

Browse files
committed
Add plugin validate to CI
1 parent 4577d3c commit f0723d4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/validate.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,17 @@ jobs:
7171
- name: Validate marketplace manifest
7272
run: uv run .github/scripts/validate_skills.py --marketplace-only
7373

74+
- name: Set up Node
75+
uses: actions/setup-node@v4
76+
with:
77+
node-version: "20"
78+
79+
- name: Install the claude CLI
80+
run: npm install -g @anthropic-ai/claude-code
81+
82+
- name: Validate plugin with the claude CLI
83+
run: claude plugin validate .
84+
7485
- name: Validate generated Cursor manifest
7586
run: uv run .github/scripts/generate_cursor_marketplace.py --check
7687

0 commit comments

Comments
 (0)