Skip to content

Add templates/record-summary-template.md (Phase 8 insight-layer scaff… #20

Add templates/record-summary-template.md (Phase 8 insight-layer scaff…

Add templates/record-summary-template.md (Phase 8 insight-layer scaff… #20

Workflow file for this run

name: Validate dataset
on:
pull_request:
paths:
- "data/**"
- "schema/**"
- "scripts/**"
push:
branches: [main]
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: pip install jsonschema pyyaml
- name: Validate company JSON files against schema
run: python scripts/validate_schema.py