Writing GitHub Actions in Python
GitHub offers the maintainers and developers, three ways of developing and maintaining Custom GitHub Actions.
Docker-based Actions
Javascript Actions
Composite Actions
As you can see, GitHub's runners officially support shell-based and Javascrip...
blog.imsadra.dev7 min read
Marcus Chambers
Now we can write actions in Python! Amazing project.