I’ve quite a lengthy experience with GitHub workflows, but not up to the point where I can claim I’m an expert. However, I recently developed a new workflow, and it prompted me to write this post. Feel free to add your own. What are GitHub workflows? A workflow is a configurable automated process that will run one or more jobs. Workflows are defined by a YAML file checked in to your repository and will run when triggered by an event in your repository, or they can be triggered m| A Java geek
Validate your dotnet code by building and running tests on every pull request.| Luke Lowrey
Add blog posts to your GitHub profile automatically in 5 minutes via RSS and GitHub Actions.| Luke Lowrey
How to automate creating and pushing nuget packages from GitHub to nuget.org and other sources.| Luke Lowrey