Contents:
- Introduction to GitHub Actions to learn the fundamentals of workflow automation, including triggers, events, and the role of GitHub Actions in the software development lifecycle.
- Configuring Workflows with Triggers and Events to build workflows that respond to repository events and scheduled tasks for streamlined automation.
- Building and Testing Applications Automatically to implement automated build and test processes that ensure code quality and accelerate development.
- Using GitHub Script to Interact with the GitHub API to customise workflows by leveraging GitHub Script for advanced automation and API integration.
- Implementing CI/CD Pipelines to design continuous integration and delivery workflows that automate deployment and improve release efficiency.
- Deploying Applications Using GitHub Actions to configure deployment strategies and integrate with cloud services for real-world application delivery.
- Exploring Enterprise Features and Governance to apply enterprise-level controls, security, and governance for managing workflows at scale.