This repository contains apps that are used in some courses as helpers for the Labs.
- To add a new app, create the folder name and then your source code.
- Create your own Github Action in the
.github/workflows/
directory. - Use tags following the pattern:
<app_name>-vMajor.minor.fix
. (e.g.migration-v0.0.1
)