govanityurls
govanityurls copied to clipboard
Proposal: Using GitHub actions to run tests
This PR adds the GitHub actions go action (longer explanation of what this is) and begins running tests on GitHub actions.
Both Travis CI file and actions can co-exist, and the basic feature sets are approximately the same. The major difference is that actions are based on community contributed (sometimes GitHub curated) code, so improvements are easier.
I've also proposed this change because the Travis CI product has gone through some changes in the past few months, introducing some risk.