inletsctl icon indicating copy to clipboard operation
inletsctl copied to clipboard

Convert CI to GitHub Actions

Open alexellis opened this issue 5 years ago • 3 comments

Task

Convert CI to GitHub Actions

Context

Travis is removing its free tier for OSS projects, so this should be built with GitHub Actions instead, which is not going to add additional cost.

I would expect this to be one of the easier projects to convert given that Docker isn't used in the build.

See also:

https://github.com/mvdan/github-actions-golang https://github.com/actions/create-release https://github.com/actions/upload-release-asset

https://github.com/alexellis/arkade/issues/263 https://github.com/alexellis/k3sup/issues/279

alexellis avatar Nov 02 '20 09:11 alexellis

Can I try this?

IsabellaDev avatar Nov 02 '20 19:11 IsabellaDev

Yes please use the approach from k3sup and read the contribution guide before starting. Each commit needs to be signed off (not GPG)

alexellis avatar Nov 02 '20 19:11 alexellis

Ok, thanks alex

IsabellaDev avatar Nov 02 '20 19:11 IsabellaDev