Not long time ago Github introduced the “actions” feature: GitHub Actions makes it easy to automate all your software workflows You can define in a well-known subfolder of your project (.github) another subfolder (workflows) along with the other files already supported, such as templates for issues, etc., with yet another…