github

🐪 OCaml on GitHub

In this article I'll show you how to setup and configure GitHub Actions to work with an OCaml Library.

Read more...

DependencyCheck .NET

In this article I will run through setting up the awesome DependencyCheck from Jeremy Long for a .NET application.

Read more...

giscus

What's the best way to allow commenting on your blog? What better way than to have it contained in the system the blog lives in, GitHub. I've seen other solutions in the past which used GitHub Issues but this doesn't seem the right place for it.

Read more...

Deploy Tech Docs

In this article I'll show how to deploy the GOV.UK Tech Docs Template to GitHub Pages.

Read more...

GitHub Actions Request

The actions/github-script has an option to send a request, that is already authenticated with the GitHub API.

Read more...

GitHub Actions Branches

How to get a list of branches from a current repo.

Read more...

GitHub Actions Comment

Have you ever needed to add a comment to your PR after your Jobs(s) have completed?

Read more...