ci-tooling
2025-11-18
Major repository restructure removing Python library code in favor of pure actions
74 files · 3,136+ · 5,299-
Remove Python library code
8 files changed
__init__.pyRemoved — no longer a Python package__init__.pyRemoved CI/CD library moduleconfig_check.pyRemoved config checking libraryconform.pyRemoved conformance checking librarytest_config_check.pyRemoved config check teststest_conform.pyRemoved conformance testsconftest.pyRemoved test fixturesMakefileRemoved build system Makefile
- Removed entire Python library (config_check, conform modules) and test suite — repository is now purely GitHub Actions
deprecate
architectural
4 files
config_check.pyconform.pytest_config_check.pytest_conform.py
- Removed Makefile, wrknv.toml, and legacy build tooling
deprecate
behavioral
2 files
Makefilewrknv.toml
Retained and updated actions infrastructure
4 files changed
python-ci.ymlUpdated reusable CI workflowaction.ymlRetained build-psp actionaction.ymlRetained CI task runner actionpyproject.tomlSimplified to minimal project metadata without library dependencies
- Simplified pyproject.toml to minimal metadata now that library code is removed
harden
behavioral
1 file
pyproject.toml
- Updated workflows and actions with minor version and path adjustments
baseline
internal
3 files
python-ci.ymlaction.ymlaction.yml