Mar 24, 2025 · 5 min read · I was recently tasked with performing a spike at work to see if we could implement reusable workflows. My team maintain a large number of python repositories, each one containing several workflows to perform specific CI tasks (linting, code formattin...
Join discussion
Feb 13, 2025 · 4 min read · Introduction GitHub Actions are fantastic for automating software workflows. However, sometimes you need more control over your environment – perhaps specific hardware, software, or network access. That's where self-hosted runners come in! This tutor...
Join discussion
Jul 20, 2024 · 6 min read · GitHub Actions Welcome back to our complete DevOps course! Today, we're going to talk about GitHub Actions. Can you believe it? What is GitHub Actions? GitHub Actions is a CI/CD solution that automates your build, test, and deployment pipeline. Integ...
Join discussion