Open
Description
Add build
workflow support
This issue refers to adding an automated build
workflow via GitHub Actions
. This way, we can build
the codebase before, say, approving a PR, thereby increasing the stability of the source code. The workflow shall be triggered on: (i) every push, (ii) every PR.
Furthermore, an inspiration can be taken from a recent project saol.se-cli
and it's build workflow.