This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Description
Now that a scripts/dist.sh script to generate release tarballs is added in #38, we can add a GHA workflow to generate release tarballs for each PR.
Workflow should be triggered on pull request, upload the artifact and post a link to the artifact as a status or the comment. To post statuses or comments actions/github-script can be used.