google / git-appraise

Distributed code review system for Git repos
Apache License 2.0
5.12k stars 145 forks source link

Add a github action to build and test #111

Closed ojarjur closed 2 years ago

ojarjur commented 2 years ago

The new GitHub action replaces the old Travis CI-based build and test.

This also sets up the go.mod and go.sum files which was necessary to (easily) get the build/test working.

Fixes #104