This repository is designed as a starter project for learning GitHub Actions. Its primary goal is to walk you through writing your first GitHub Action and integrating it with a workflow file. It serves as a practical "Hello World" example to get you comfortable with CI/CD concepts in GitHub.
- A GitHub account.
- Basic familiarity with Git commands.
- A text editor or IDE (VS Code is recommended).
- Clone the repository:
git clone https://github.com/your-username/hello-github-actions.git cd hello-github-actions
Currently, this repository is in its initial setup phase. To begin the learning course:
- Navigate to the Issues tab in this repository.
- Follow the instructions in the first issue to start the "Hello World" course.
- As you progress, you will add source code and workflow files to this repository.
As source code is added, it will be documented following standard conventions. Please refer to FUTURE_PLAN.md for the roadmap of this project.