ci-tooling
2025-12-28
Add build-psp and run-ci-tasks actions; major documentation and legacy code removal
45 files · 265+ · 13,166-
New composite actions
4 files changed
action.ymlPlatform-specific package build action with keygen signingbuild.shBuild script for PSP with platform detectionaction.ymlCI task orchestrator actionrun.shScript to run CI tasks sequentially
- Added build-psp action for platform-specific package builds with keygen output and signing support
instantiate
behavioral
2 files
action.ymlbuild.sh
- Added run-ci-tasks action for orchestrating CI task execution
instantiate
behavioral
2 files
action.ymlrun.sh
Legacy code and documentation removal
7 files changed
config_check.pyRemoved config checking libraryconform.pyRemoved conformance librarytest_config_check.pyRemoved teststest_conform.pyRemoved testsindex.mdRemoved documentation sitemkdocs.ymlRemoved MkDocs configurationwrknv.tomlRemoved wrknv configuration
- Removed all Python library source code, test suite, and legacy build artifacts
deprecate
architectural
4 files
config_check.pyconform.pytest_config_check.pytest_conform.py
- Removed entire MkDocs documentation site and related assets
deprecate
behavioral
4 files
mkdocs.ymlindex.mdindex.mdindex.md
- Fixed keygen output filenames and added –system flag to uv pip install in build-psp
remediate
internal
1 file
build.sh