The CI currently contains only does the following:
- Runs the tests
- Builds the project in a docker image and tries pushing it to ghcr.
It would be great to extend this to:
- Check if code linting via
make lint
- Check if code builds
- Check if code has been formatted with gofmt.