Crio-Bytes / IBD-2022-Master-Repository

This is the master repository where you can publish your work.
6 stars 22 forks source link

add Microbyte GitHub Actions #90

Closed RitikaSingh02 closed 1 year ago

RitikaSingh02 commented 1 year ago

MicroByte Title: GitHub Actions

Domain: Developer Essentials

Scope of learning for learners: Learning about continuous integration and continuous delivery (CI/CD) using GitHub Actions by creating simple workflows in a particular repository.

Activities:

Explain the need for CI/CD. Explain why to use GitHub Actions. Explain how to create workflows in GitHub actions. How to write a workflow in YAML. How to trigger a workflow by various GitHub events like push, pull request, commit, workflow dispatch event, etc.