#github-actions-1
Read more stories on Hashnode
Articles with this tag
Right now, you're probably using several open-source tools and benefiting from them. As an open-source enthusiast, I often follow a clear and reliable...
It's been a couple of months since I created PyActon, an open-source tool that allows you to create GitHub Actions using Python. With this tool, you...
GitHub Actions was introduced in 2018. Since then, GitHub Marketplace has witnessed numerous brilliant ideas that have impacted the Continuous...
I invented PyAction and here is how you can write your actions in a flash! · GitHub offers the maintainers and developers, three ways of developing and...
You're probably developing your Python package on GitHub and you use sdist and twine to make a new build and upload it to pypi.org. Then, you create a...
One of the coolest GitHub Actions abilities is to run a CI task to do some operations to repositories. For example, you can show the weather status on...