Skip to content

docs: improve README with full documentation — features, architecture… #15

docs: improve README with full documentation — features, architecture…

docs: improve README with full documentation — features, architecture… #15

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.11"
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: List available generators
run: python generate.py --list