This repository serves as a template project for the GitHub Actions lecture in the Software Engineering course at DAE.
The goal of this repository is to demonstrate how to use GitHub Actions for simple CI/CD workflows, such as:
- Automatically building and testing code on each commit.
- Checking for compilation errors.
- Running automated validation tasks.
It provides a minimal example to help students understand how automation pipelines integrate into modern development environments.
For full course details and related materials, visit the main repository:
👉 Software Engineering