Skip to content

refactor: add binary info to verification output#11

Merged
clouatre merged 1 commit intomainfrom
refactor/add-binary-info-to-verification
Nov 15, 2025
Merged

refactor: add binary info to verification output#11
clouatre merged 1 commit intomainfrom
refactor/add-binary-info-to-verification

Conversation

@clouatre
Copy link
Copy Markdown
Member

Changes

Shows installed binary size and permissions in verification step.

Example Output

Verifying Goose installation
goose version 1.14.0
Installed binary:
-rwxr-xr-x  1 runner  staff  45M Nov 15 13:00 /home/runner/.local/bin/goose

Benefits

  • ✅ Helps debug download issues (shows file size)
  • ✅ Helps debug execution issues (shows permissions)
  • ✅ Aligns with setup-q-cli-action pattern

Impact

  • Files changed: 1 (action.yml)
  • Lines added: 2
  • Risk: Zero (only adds output)

Shows installed binary size and permissions in verification step.
Improves debugging and aligns with setup-q-cli-action pattern.
@clouatre clouatre added the enhancement New feature or request label Nov 15, 2025
@clouatre clouatre merged commit c7a4ef2 into main Nov 15, 2025
4 checks passed
@clouatre clouatre deleted the refactor/add-binary-info-to-verification branch November 15, 2025 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant