feat: complete SHD MCP plugin workflows and widget
Validate SHD MCP plugin / validate (push) Has been cancelled

This commit is contained in:
2026-08-24 17:25:38 +03:00
parent 39fb5c02b7
commit 08cf3672a4
86 changed files with 1707 additions and 5 deletions
+24
View File
@@ -0,0 +1,24 @@
name: Validate SHD MCP plugin
on:
push:
pull_request:
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Validate package contracts
run: python -m unittest discover -s tests -v
- name: Verify widget checksum file
working-directory: plugins/shd-mcp-plugin/widgets/active-projects/v1
run: sha256sum --check SHA256SUMS