provide-testkit 2026-01-01
Migrate CI to ci-tooling reusable workflow and update documentation
19 files · 140+ · 166-

CI migration to reusable workflow

1 file changed
  • ci.yml Replaced 70+ lines of custom CI with a call to provide-io/ci-tooling/.github/workflows/python-ci.yml, configuring quality, test matrix, and build as reusable workflow inputs
  • Migrated CI from bespoke workflow steps to the shared ci-tooling reusable workflow, reducing maintenance burden and standardizing across the ecosystem decouple behavioral
    1 file
    • ci.yml

Documentation updates and pip-to-uv migration

5 files changed
  • README.md Added Quick Start section, documentation links, contributing section, license notice, and pre-release warning
  • SECURITY_SCANNERS.md Replaced pip install with uv add and uv tool install for security tools
  • installation.md Replaced pip references with uv
  • index.md Simplified pre-release warning language
  • README.md Simplified example descriptions
  • Replaced all pip install references with uv add or uv tool install across documentation and examples specify external
    3 files
    • README.md
    • SECURITY_SCANNERS.md
    • installation.md
  • Added Quick Start, Contributing, and License sections to README with links to detailed docs specify external
    1 file
    • README.md