Skip to content

feat(daemon): sync daemon, receipt store, check-health #154

feat(daemon): sync daemon, receipt store, check-health

feat(daemon): sync daemon, receipt store, check-health #154

name: Control Plane Validation
on:
push:
pull_request:
jobs:
validate-control-plane:
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.x'
- name: Install validation dependencies
run: make install-dev
- name: Validate repository contracts
run: make validate