chore: address pre-PR review findings

Signed-off-by: barlind <tobias@barlind.se>
This commit is contained in:
barlind
2026-06-18 00:40:43 -07:00
committed by Bret Mogilefsky
parent 35863b8886
commit 4d046b666d
5 changed files with 15 additions and 7 deletions
+8
View File
@@ -5,16 +5,24 @@ on:
branches: [main]
paths:
- 'plugins/**/plugin.json'
- 'plugins/__init__.py'
- 'schema/plugin.schema.json'
- 'docs/plugin-manifest.schema.json'
- 'static/capabilities.js'
- 'CONTRIBUTING.md'
- 'requirements-test.txt'
- 'tests/test_plugin_schema.py'
- '.github/workflows/validate-plugins.yml'
pull_request:
branches: [main]
paths:
- 'plugins/**/plugin.json'
- 'plugins/__init__.py'
- 'schema/plugin.schema.json'
- 'docs/plugin-manifest.schema.json'
- 'static/capabilities.js'
- 'CONTRIBUTING.md'
- 'requirements-test.txt'
- 'tests/test_plugin_schema.py'
- '.github/workflows/validate-plugins.yml'