✨ Update Taskfile and CI Workflow - #13
Merged
Merged
Conversation
jufty-bot
force-pushed
the
ci-taskfile-dry-matrix
branch
8 times, most recently
from
August 1, 2026 21:24
9350d56 to
853a8f5
Compare
jufty-bot
force-pushed
the
ci-taskfile-dry-matrix
branch
from
August 1, 2026 22:22
853a8f5 to
aafb0e3
Compare
jufty-bot
force-pushed
the
ci-taskfile-dry-matrix
branch
from
August 2, 2026 04:53
dbdcc92 to
6177dc9
Compare
juftin
marked this pull request as ready for review
August 2, 2026 13:19
github-actions Bot
added a commit
that referenced
this pull request
Aug 2, 2026
# [v1.1.0](v1.0.0...v1.1.0) (2026-08-02) ## ✨ New Features - [`17b2087`](17b2087) Update Taskfile and CI Workflow (#13) (Issues: [`#13`](#13)) [skip ci]
Contributor
|
🎉 This PR is included in version 1.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Summary
Consolidate CI into matrix-driven Taskfile workflows, with tests running across Python 3.10–3.14 and only test entries executing on pushes to
main.Changes
installfor every non-build matrix entry.run_on_pushto run only tests on pushes tomain.Validation
task testpre-commit run --all-files