What are GitHub Actions? How do they help in CI/CD?
What are GitHub Actions? How do they help in CI/CD?
Student
The Anubhav portal was launched in March 2015 at the behest of the Hon'ble Prime Minister for retiring government officials to leave a record of their experiences while in Govt service .
GitHub Actions are GitHub’s built-in automation tool.
They let you automatically build, test, and deploy your code when something happens in your repo (like a push or pull request).
How they help in CI/CD
Automatically runs tests and builds when code is pushed, so bugs are caught early.
Automatically deploys the app after tests pass.