Document runner requirements for composite action #12

Closed
opened 2026-05-01 19:23:38 +00:00 by rodin · 0 comments
Owner

Problem

The composite action relies on python3, sha256sum, and curl being available. This is fine for ubuntu runners but undocumented.

Fix

Add a "Requirements" section to the action description or README noting:

  • python3 (for JSON parsing + version detection)
  • sha256sum (for checksum verification)
  • curl (for downloading)

All present on ubuntu-* runners by default.

## Problem The composite action relies on `python3`, `sha256sum`, and `curl` being available. This is fine for ubuntu runners but undocumented. ## Fix Add a "Requirements" section to the action description or README noting: - python3 (for JSON parsing + version detection) - sha256sum (for checksum verification) - curl (for downloading) All present on `ubuntu-*` runners by default.
rodin closed this issue 2026-05-02 17:22:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rodin/review-bot#12