Is your feature request related to a problem? Please describe.
When developing a project, it's nice to have a CI that can test whether it actually works.
Describe the solution you'd like
It would be nice to have a Github actions workflow set up that will install dependencies, compile the source and run the test suite.
Describe alternatives you've considered
We can also try other CI's like Gitlab and Travis but I am not sure we are gaining anything by doing so.
Additional context
We can also set up a github actions for compiling and deploying documentation like html and pdfs.
Is your feature request related to a problem? Please describe.
When developing a project, it's nice to have a CI that can test whether it actually works.
Describe the solution you'd like
It would be nice to have a Github actions workflow set up that will install dependencies, compile the source and run the test suite.
Describe alternatives you've considered
We can also try other CI's like Gitlab and Travis but I am not sure we are gaining anything by doing so.
Additional context
We can also set up a github actions for compiling and deploying documentation like html and pdfs.