Everything Relating to CI/CD Using Github Actions. Learn Github Actions. Today!
GitHub is a provider of Internet hosting for software development and version control using Git. It offers the distributed version control and source code management functionality of Git, plus its own features.
Github Actions helps you Automate, customize, and execute your software development workflows right in your repository with GitHub Actions. You can discover, create, and share actions to perform any job you’d like, including CI/CD, and combine actions in a completely customized workflow.
Learn more at their official website - Github Actions.
For Any Information About Contribution Guidelines and Documentation of This Project.
- Code of Conduct 🤗
- Documentation 📖 (Current File)
- Contribution Guidelines ✨
- Security Guidelines
⚠️ - Author 🧑💻
Contributions to this repository are welcome! If you'd like to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature
). - Create a new Pull Request.
Learn more at our Contribution Guidelines ✨
© Vedansh 2023 - Present
Licensed under CC0-1.0
Thanks for visiting :)