Skip to content

Bootstrap the Agentic Runtime research/ideation process #1

Bootstrap the Agentic Runtime research/ideation process

Bootstrap the Agentic Runtime research/ideation process #1

Workflow file for this run

name: Validate research notes
on:
pull_request:
paths:
- "research/**"
- ".github/scripts/validate_notes.py"
- ".github/workflows/lint.yml"
push:
branches: [main]
paths:
- "research/**"
- ".github/scripts/validate_notes.py"
- ".github/workflows/lint.yml"
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: pip install "pyyaml>=6"
- name: Validate research notes
run: python .github/scripts/validate_notes.py