Know -- What is GitHub Actions
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
GitHub Actions is a workflow automation service by the GitHub company called Github Actions
Github Actions is a service that provides various automation that is stored on GitHub. You can say there there are two main areas of processes that can be automated.
The most prominent area is the CI/CD processes.
CI / CD stands for continuous integration and continuous delivery thought the CD could also stand for continuous deployment for example.
GitHub Actions also helps with Code and Repository management . It can help with "code-reviews" or "issue-management" .
Comments
Post a Comment