#78 Github actions 101: All basics you need to know about Github actions

Hang Nguyen
6 min readMar 14, 2024

GitHub is real well-known among developers, but have you ever heard of Github Actions before? This is indeed a powerful platform allowing you to customize, execute and automate software development workflow directly within your Git repo. Here are some of its features:

  1. CI/CD Automation: With GitHub Actions, you can build, test, and deploy your code from GitHub using world-class Continuous Integration (CI) and Continuous Deployment (CD) features.
  2. Workflow Customization: Create…

--

--

Hang Nguyen

A Data Engineer with a passion for technology, literature, and philosophy.