You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|| (echo "::error::Generated client is out of date. Run 'make generate' and commit." && exit 1)
- name: Fail if the README's version claims have drifted
run: python3 .github/check-readme-versions.py
- name: Editable install + typed import smoke test
run: |
pip install -e .
python -c "from busbar_admin.api.default import get_info; from busbar_admin.models import InfoView; import attrs; print('typed InfoView fields:', [f.name for f in attrs.fields(InfoView)])"