GitHub Run Logs¶
Store post-push GitHub Actions inspection logs in this directory.
Required Flow¶
- Push the commit.
- Inspect recent runs with
gh run list --limit 10. - Save the relevant
gh run viewoutput in a timestamped file here. - Record whether the
CIandPublishworkflows passed for the pushed revision.