What is GitHub Actions?
Understand GitHub Actions core concepts — workflows, jobs, steps, runners, and triggers — and how CI/CD pipelines automate the software delivery process.
Hands-On: CI Pipeline for a Node App
Build a complete GitHub Actions pipeline for a Node.js app — lint and test on every push and PR, then deploy to a server using repository secrets.