Skip to content

Add agentic graph contract validation and repo scanner #65

Add agentic graph contract validation and repo scanner

Add agentic graph contract validation and repo scanner #65

Workflow file for this run

name: sourceos-devtools validate
on:
pull_request:
push:
branches: [main]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Validate repository scaffold
run: make validate