mirror of
https://github.com/dbl8005/sitrep-panel.git
synced 2026-08-24 07:29:11 +02:00
ci: also run claude plugin validate against the manifest
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user