How to Make GitHub Actions

Posted by Jack McKew on Fri 19 June 2020 in CICD • Tagged with cicd • 4 min read

From a recent post on this blog on how to use GitHub Actions to easily integrate CI/CD into your repository, this post will go into how to create your own GitHub Action!

This post was inspired from developing a few GitHub Actions of my own, which I recently released …


Continue reading

Github Actions for CI/CD

Posted by Jack McKew on Thu 23 April 2020 in Software • Tagged with software, cicd • 4 min read

Recently the Python Bytes Awesome Package List moved to it's own repository from the blog post. This was done to enable the community be able to contribute their packages that they thought were awesome, which was a success with many pull requests already merged.

After getting a taste of CI …


Continue reading