Initial GeoIntel V1 foundation
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-16 23:36:32 +02:00
commit 6ea3586a3e
605 changed files with 45284 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
name: GeoIntel CI
on:
push:
branches: [ main, develop, 'build/**' ]
pull_request:
branches: [ main, develop ]
jobs:
docs-smoke:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Validate repository docs
run: |
python scripts/smoke_docs.py
python scripts/validate_fixtures.py
contract-smoke:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Run contract smoke checks
run: python scripts/smoke_contracts.py