# Functions
FindRun finds the most recent GitHub Actions run matching a given run name.
WaitRunFinished watches a GitHub Actions Workflow Run and returns once the workflow has finished processing.
Worker spawns an instance of a goroutine that listens for new job requests and then processes those requests until complete.
# Structs
Options provides a way to define how frequently the GitHub APIs should be polled for results, as well as the maximum number of attempts before stopping.
Result reports on the outcome of a given job, including if it was successful or not, and (if unsuccessful) details on any errors that ocurred.