-
Notifications
You must be signed in to change notification settings - Fork 0
38 lines (35 loc) · 1.25 KB
/
immutable-node-contracts.yml
File metadata and controls
38 lines (35 loc) · 1.25 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
name: Immutable Node Contracts
on:
pull_request:
branches: ["main"]
paths:
- "docs/contract-additions/immutable-node-profiles.md"
- "schemas/ImmutableNodeProfile.json"
- "schemas/HostCapabilityPlacement.json"
- "schemas/NodeStateSchema.json"
- "examples/immutablenodeprofile.json"
- "examples/hostcapabilityplacement.json"
- "examples/nodestateschema.json"
- "tools/validate_immutable_node_examples.py"
- ".github/workflows/immutable-node-contracts.yml"
push:
branches: ["main", "replay/s91-s95-current"]
paths:
- "docs/contract-additions/immutable-node-profiles.md"
- "schemas/ImmutableNodeProfile.json"
- "schemas/HostCapabilityPlacement.json"
- "schemas/NodeStateSchema.json"
- "examples/immutablenodeprofile.json"
- "examples/hostcapabilityplacement.json"
- "examples/nodestateschema.json"
- "tools/validate_immutable_node_examples.py"
- ".github/workflows/immutable-node-contracts.yml"
permissions:
contents: read
jobs:
validate-immutable-node-contracts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate immutable node examples
run: python3 tools/validate_immutable_node_examples.py