Add workflow JSON validation tool with tests and CI integration

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-10 23:28:52 +00:00
parent a33a300c5e
commit 759c9efcbf
6 changed files with 472 additions and 1 deletions

View File

@@ -32,6 +32,9 @@ jobs:
- name: Build package
run: poetry build
- name: Validate workflow JSON files
run: poetry run validate-workflows
- name: Static analysis
run: poetry run python -m compileall src