ci: adopt standard-actions v1.5 reusable workflows#484
Merged
Conversation
Replace bespoke lint, typecheck, unit test, and audit jobs with standard-actions v1.5 reusable workflows (ci-quality, ci-test, ci-audit, ci-release). Update security from v1.4 to v1.5 with proper boolean inputs. Update python/setup action from v1.4 to v1.5 in integration tests. Keep bespoke integration-tests (MQ-specific), repo-specific validation scripts, and PyPI/changelog release gates. Ref #483 Co-Authored-By: wphillipmoore-claude <255925739+wphillipmoore-claude@users.noreply.github.com>
cf0f927 to
9091b96
Compare
Add ty: ignore comments for intentional wrong-type test calls and type narrowing limitations. Remove stale type: ignore comments that ty flags as unused. Fix yamllint line-length violations in ci.yml, docs.yml, and publish.yml. Replace inline Python version commands with st-version show. Co-Authored-By: wphillipmoore-claude <255925739+wphillipmoore-claude@users.noreply.github.com>
Co-Authored-By: wphillipmoore-claude <255925739+wphillipmoore-claude@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Summary
Issue Linkage
Testing
st-validate-localNotes
Changes
Add
ci-quality.yml@v1.5— replaces bespoke lint (ruff check/format) and typecheck (mypy/ty) jobs with reusable workflow across 3.12/3.13/3.14 matrixAdd
ci-test.yml@v1.5— replaces bespoke unit test job (pytest with coverage) across 3.12/3.13/3.14 matrixAdd
ci-audit.yml@v1.5— replaces bespoke dependency audit job (pip-audit, pip-licenses, uv lock --check)Add
ci-release.yml@v1.5— version-divergence gate viast-version show, replaces inline Python version extractionUpdate
ci-security.ymlfrom@v1.4to@v1.5— fix string-quoted booleans to proper boolean typeUpdate
python/setupfrom@v1.4to@v1.5in integration testsKeep bespoke jobs: integration-tests (MQ docker environment), repo-specific validation scripts (validate_version.py, validate_dependency_specs.py), PyPI/changelog release gates
Rename inputs:
run-release-gates→run-release,run-securitystring → booleanRename job display names to follow
category / nameconvention