provide-testkit
2025-09-18
Add GitHub Actions CI/CD and fix CLI module issues
9 files · 298+ · 658-
GitHub Actions CI/CD workflows
2 files changed
ci.ymlContinuous integration workflow with testing and lintingrelease.ymlRelease workflow for PyPI publishing via PyPA action
- Added CI workflow for automated testing and linting on push/PR
instantiate
behavioral
1 file
ci.yml
- Added release workflow using official PyPA publish action
instantiate
behavioral
1 file
release.yml
CLI and packaging fixes
2 files changed
cli.pyFixed indentation and syntax issuespyproject.tomlRemoved workspace configuration for standalone operation
- Fixed CLI module indentation and syntax errors that prevented proper execution
remediate
behavioral
1 file
cli.py
- Removed workspace configuration so package operates as standalone
baseline
behavioral
1 file
pyproject.toml