Once the project has progressed beyond testing, we can think of implementing a simple CI pipeline with: - format (`go fmt`) - vet (`go vet`) - test (`go test`) - build (?) - release (?) - SemVer (?) Need to look more into this, after the project size has increased.