Methodologies & Tools
Monday, 11. October 2021., 09:00
Hall A
45'
Actions are a relatively new feature to Github that allows you to set up CI/CD workflows using a configuration file right in your Github repo. Previously, if you wanted to set up any kind of automation with tests, builds, or deployments, you would have to look to services like Circle CI and Travis or write your own scripts. But with Actions, you have first-class support to powerful tooling to automate your workflow.