Back in 2018, GitHub introduced a new feature called GitHub Actions. At the very beginning, it served as a useful tool for orchestrating workflows. Based on events, one could perform various effects on GitHub. Over time, the project grew and started to provide more and more possibilities; for example, continuous integration and continuous delivery (CI/CD).
Recently, we created a short introduction to GitHub Actions on our developers blog – check it out!
We also share there a bit of our experience with them – for the first time, we used Actions to solve the problem of broken links in our documentation. The code sample that we used is also attached; we hope that it would be useful! 😎
Top comments (0)