ci: also run claude plugin validate against the manifest

This commit is contained in:
dbl8005
2026-08-23 00:38:43 +03:00
parent f5702a8895
commit f4d9a01e9e
+7
View File
@@ -13,11 +13,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Check package files
run: python3 scripts/validate-package.py
- name: Check Claude plugin manifest
run: |
npm install --global @anthropic-ai/claude-code
claude plugin validate .
- name: Check server script starts and serves
run: |
set -e