How to Disable GitHub Actions in a Forked Project
Some GitHub repositories have GitHub Actions with helpful automation. Because actions are stored in the .github folder within a codebase, they come over alon...
Some GitHub repositories have GitHub Actions with helpful automation. Because actions are stored in the .github folder within a codebase, they come over alon...
A little over a year ago, we re-launched the NUnit docs site using the docfx project. Since then, we’ve built out the workflow a bit – adding spell-checking,...
Recently I worked on a project that involved working with Azure Active Directory B2C. As part of the Azure AD set up, we had created some extension propertie...
I was working on a project that deployed its UI, an Angular site, to an S3 bucket that was then placed behind CloudFront.
Occasionally, you may need to compare objects in an automated test. Perhaps you have a complex sort of comparison that you’d like to check, or adding the com...