Github Actions

Curated By

Avatar of hackedak

Github actions is a service by github which helps you in customising and automating software development workflows. It helps you to orchestrate any workflows through events. Github also supports CI/CD. All these functionalities can be configured in the project repository itself.

Prerequisites 🚧

  • Git/ Github
  • YAML(optional)
  • Some Programming experience

Topics to learn πŸš€

  • CI/CD (just basic 10-15 video is enough)

  • Components of Github Actions

    • Workflows
    • Events
    • Jobs
    • Steps
    • Actions
    • Runners

Documentation βœ”οΈ

Blogs πŸ“–

Youtube πŸš€