-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexecution-control-contracts.yml
More file actions
56 lines (53 loc) · 1.88 KB
/
execution-control-contracts.yml
File metadata and controls
56 lines (53 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name: Execution Control Contracts
on:
pull_request:
branches: ["main"]
paths:
- "docs/execution-control-reconciliation-v0.3.md"
- "schemas/ExecutionFork.json"
- "schemas/RoutingContract.json"
- "schemas/ToolExposurePolicy.json"
- "schemas/QuotaPolicy.json"
- "schemas/RunnerGroup.json"
- "schemas/ProtocolWorkbench.json"
- "examples/execution_fork.json"
- "examples/routing_contract.json"
- "examples/tool_exposure_policy.json"
- "examples/quota_policy.json"
- "examples/runner_group.json"
- "examples/protocol_workbench.json"
- "tools/validate_execution_control_examples.py"
- ".github/workflows/execution-control-contracts.yml"
push:
branches: ["main", "replay/s104-current"]
paths:
- "docs/execution-control-reconciliation-v0.3.md"
- "schemas/ExecutionFork.json"
- "schemas/RoutingContract.json"
- "schemas/ToolExposurePolicy.json"
- "schemas/QuotaPolicy.json"
- "schemas/RunnerGroup.json"
- "schemas/ProtocolWorkbench.json"
- "examples/execution_fork.json"
- "examples/routing_contract.json"
- "examples/tool_exposure_policy.json"
- "examples/quota_policy.json"
- "examples/runner_group.json"
- "examples/protocol_workbench.json"
- "tools/validate_execution_control_examples.py"
- ".github/workflows/execution-control-contracts.yml"
permissions:
contents: read
jobs:
validate-execution-control-contracts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install validator dependencies
run: python -m pip install --upgrade pip jsonschema
- name: Validate execution control examples
run: python tools/validate_execution_control_examples.py