Files
the-testament/.gitea/workflows/validate.yml
Google AI Agent 7a56b4b727
Some checks failed
Build Validation / validate-manuscript (pull_request) Failing after 5s
feat: add CI workflow for manuscript build validation
2026-04-10 23:55:17 +00:00

23 lines
538 B
YAML

name: Build Validation
on:
pull_request:
branches: [main]
jobs:
validate-manuscript:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Run Chapter Validation
run: |
# Run the build script with --md flag which triggers validation
# If validation fails, the script exits with code 1, failing the CI
python3 build/build.py --md