Skip to content

Chore: add git best-practice standards #14

Chore: add git best-practice standards

Chore: add git best-practice standards #14

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