AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
GitHub Actions: A Simple Way to Do CI and CD
GitHub Actions is GitHub's answer to Jenkins or Travis CI. It allows you to define workflows and then in response to various events, GitHub will fire up a container that runs through the steps in your process. There are plenty of other things that you can do with it as we'll mention later.