
5 min read
Testing your GitHub Workflows Locally
If you're working with GitHub Actions and workflows I'm sure you've encountered the pain of testing them. This is the solution for you.
Discover articles about github actions, from beginner tutorials to advanced techniques and best practices.

If you're working with GitHub Actions and workflows I'm sure you've encountered the pain of testing them. This is the solution for you.

In this article i'll share how I handheld the CI/CD in a mono repo with multiple python packages using GitHub Actions.

Automate cross-platform testing with GitHub Actions, using dynamic matrices for efficient, targeted tests.

Do you have a repo that contains important documentation? Streamline your documentation with Markdown linters to enhance documentation quality.