We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4577d3c commit f0723d4Copy full SHA for f0723d4
1 file changed
.github/workflows/validate.yml
@@ -71,6 +71,17 @@ jobs:
71
- name: Validate marketplace manifest
72
run: uv run .github/scripts/validate_skills.py --marketplace-only
73
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
85
- name: Validate generated Cursor manifest
86
run: uv run .github/scripts/generate_cursor_marketplace.py --check
87
0 commit comments