Skip to content

feat(ts-sdk): batch outputs (JSON/HTML/CSV) + family-aware CLI with non-interactive mode #109

feat(ts-sdk): batch outputs (JSON/HTML/CSV) + family-aware CLI with non-interactive mode

feat(ts-sdk): batch outputs (JSON/HTML/CSV) + family-aware CLI with non-interactive mode #109

Workflow file for this run

name: ✅ Repo Checks
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
checks:
name: Run repo checks
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Set up Python
uses: actions/setup-python@v7
with:
python-version: "3.13"
- name: Install check dependencies
run: pip install -r scripts/requirements.txt
- name: Run checks
run: python scripts/check.py