Skip to content

feat: add totp utility routes #36

feat: add totp utility routes

feat: add totp utility routes #36

Workflow file for this run

name: Client Generation
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
jobs:
smoke:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v6.0.2
- name: Set up Python 3.13
uses: actions/setup-python@v6.2.0
with:
python-version: "3.13"
- name: Install Python package
run: |
python -m pip install --upgrade pip
pip install -e .
- name: Smoke generate OpenAPI clients
run: |
python scripts/check_client_generation.py