Skip to content

Template repository for the GitHub Actions lecture in the Software Engineering course at Howest DAE. Includes a minimal workflow example for CI/CD automation.

License

knapeczadam/software-engineering-github-actions

Repository files navigation

🤖 Software Engineering – GitHub Actions

This repository serves as a template project for the GitHub Actions lecture in the Software Engineering course at DAE.


🗄️ About this repository

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.


🔗 More Information

For full course details and related materials, visit the main repository:
👉 Software Engineering