Rewrite using a composite action#50
Draft
hnez wants to merge 13 commits into
Draft
Conversation
… stray text, apply ruff formatting
…e headers - Remove include-hidden-files input and all related logic from _find_files - Remove case-insensitive dedup (action only runs on Linux) - Move header setup to session-level, remove per-call header construction
- Wrap top-level execution in _main() called under if __name__ == '__main__' so the module can be imported by tests without triggering the script - Add 26 unit tests covering _human_size, _find_files, _compute_root, _write_desktop_file, _remove_file, and _upload_file (with mocked HTTP) - Run ruff check and ruff format on all source files
hnez
force-pushed
the
composite
branch
2 times, most recently
from
July 14, 2026 11:59
8e4873a to
fe9bd21
Compare
Member
Author
|
Looks like I should clean this up and get it merged. |
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.
The typescript action is unnecessarily complex and hard to maintain.
Replace it with a python based composite action.
Currently this is a vibe coded mess with ugly commit history, but I want to see if it can run at all.