Totem-Studios / lotus

Lotus is a type-safe compiled programming languages designed to simplify systems programming, achieving memory safety using RAII.
https://totemstudios.org/lotus
MIT License
4 stars 2 forks source link

Added project CI #6

Closed pontushenriksson closed 11 months ago

pontushenriksson commented 11 months ago

I added github workflows to greet newcomers when helping out with the project and also one workflow for building and testing the code upon pr and push. The only issue at the moment is probably that we are missing the CMakeLists.txt file and therefore the workflow actions are failing but this needs testing.