container-diff icon indicating copy to clipboard operation
container-diff copied to clipboard

Add Github Action workflow for building and testing

Open cmur2 opened this issue 3 years ago • 0 comments

This is just a humble proposal to allow contributors and maintainers to quickly check whether contributions work as advertised (running 'make clean test integration`) without involving a local machine.

You can find a demo on how this would look like at my fork: https://github.com/cmur2/container-diff/pull/1

I guess for https://github.com/GoogleContainerTools/container-diff it's disabled to run actions of first time contributors orso, see repository settings.

I also included fixes to allow successful builds with the most recent Go stable release (1.17) which includes the noteworthy https://go.googlesource.com/proposal/+/master/design/draft-gobuild.md

cmur2 avatar Jan 07 '22 11:01 cmur2